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-07-17 14:41:40 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-07-17 16:47:38 +0300
commit06c7984a163388db3f8283347a246dba0328b3e2 (patch)
tree50e0e3239fdc68ce7d627f88b1d062d18fb51790 /server/TracySlab.hpp
parentc3c799ebc4804904f622fc8e586a2e034992d7fc (diff)
Move all client headers and sources to public/ directory.
Diffstat (limited to 'server/TracySlab.hpp')
-rw-r--r--server/TracySlab.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/TracySlab.hpp b/server/TracySlab.hpp
index 58277fb0..26274c8c 100644
--- a/server/TracySlab.hpp
+++ b/server/TracySlab.hpp
@@ -6,7 +6,7 @@
#include <vector>
#include "TracyMemory.hpp"
-#include "../common/TracyForceInline.hpp"
+#include "../public/common/TracyForceInline.hpp"
namespace tracy
{