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/test
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2017-10-16 22:28:38 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2017-10-16 22:28:38 +0300
commit518568a5132ef121aa39f88bf4e419c7e9ef98cf (patch)
tree05a6eb137584672909c9c41ce3cc09a13b1bd39f /test
parente04bd05606e7660296521fbc7f621665ff4572f3 (diff)
Move client/Tracy.hpp -> Tracy.hpp.
Diffstat (limited to 'test')
-rw-r--r--test/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.cpp b/test/test.cpp
index ad1dadea..c8b81d19 100644
--- a/test/test.cpp
+++ b/test/test.cpp
@@ -1,7 +1,7 @@
#include <chrono>
#include <mutex>
#include <thread>
-#include "../client/Tracy.hpp"
+#include "../Tracy.hpp"
#include "../common/TracySystem.hpp"
void TestFunction()