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/TracyColor.hpp
parentc3c799ebc4804904f622fc8e586a2e034992d7fc (diff)
Move all client headers and sources to public/ directory.
Diffstat (limited to 'server/TracyColor.hpp')
-rw-r--r--server/TracyColor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/TracyColor.hpp b/server/TracyColor.hpp
index 6dfad6dd..3fcc7468 100644
--- a/server/TracyColor.hpp
+++ b/server/TracyColor.hpp
@@ -4,7 +4,7 @@
#include <algorithm>
#include <stdint.h>
-#include "../common/TracyForceInline.hpp"
+#include "../public/common/TracyForceInline.hpp"
namespace tracy
{