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/tracy_pdqsort.h
parentc3c799ebc4804904f622fc8e586a2e034992d7fc (diff)
Move all client headers and sources to public/ directory.
Diffstat (limited to 'server/tracy_pdqsort.h')
-rw-r--r--server/tracy_pdqsort.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tracy_pdqsort.h b/server/tracy_pdqsort.h
index 105a32f9..b00ff5cc 100644
--- a/server/tracy_pdqsort.h
+++ b/server/tracy_pdqsort.h
@@ -23,7 +23,7 @@
#ifndef TRACY_PDQSORT_H
#define TRACY_PDQSORT_H
-#include "../common/TracyForceInline.hpp"
+#include "../public/common/TracyForceInline.hpp"
#include <algorithm>
#include <cstddef>