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
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-04-26 22:23:22 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-04-26 23:01:09 +0300
commit066c266df9657cd08011f12b6277fe22acf5c130 (patch)
treeedce06483e3b6cfae4dafd82f6f999726dbb0104 /server/TracySlab.hpp
parent1a94929780340b37101622df47cac3e481ddf7c7 (diff)
Add missing includes.
Diffstat (limited to 'server/TracySlab.hpp')
-rw-r--r--server/TracySlab.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/TracySlab.hpp b/server/TracySlab.hpp
index 17afce72..58277fb0 100644
--- a/server/TracySlab.hpp
+++ b/server/TracySlab.hpp
@@ -2,9 +2,11 @@
#define __TRACYSLAB_HPP__
#include <assert.h>
+#include <stdint.h>
#include <vector>
#include "TracyMemory.hpp"
+#include "../common/TracyForceInline.hpp"
namespace tracy
{