Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2021-06-04 16:01:50 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2021-06-04 16:01:50 +0300
commitb281ce9c0e49b7353846d42dd173202d0017c24e (patch)
treef5851efcef301f84d9ca7f324fd7489e84c26f8b /common
parent859aa3b2b02513e377a62fcaf3283ca12d543553 (diff)
Add missing include.
Diffstat (limited to 'common')
-rw-r--r--common/TracyStackFrames.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/TracyStackFrames.hpp b/common/TracyStackFrames.hpp
index 90290f48..ae8a8314 100644
--- a/common/TracyStackFrames.hpp
+++ b/common/TracyStackFrames.hpp
@@ -1,6 +1,8 @@
#ifndef __TRACYSTACKFRAMES_HPP__
#define __TRACYSTACKFRAMES_HPP__
+#include <stddef.h>
+
namespace tracy
{