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/update
diff options
context:
space:
mode:
Diffstat (limited to 'update')
-rw-r--r--update/src/update.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/update/src/update.cpp b/update/src/update.cpp
index 62a30ebd..f3cba1b7 100644
--- a/update/src/update.cpp
+++ b/update/src/update.cpp
@@ -7,10 +7,10 @@
#include <stdio.h>
#include <stdlib.h>
+#include "../../public/common/TracyVersion.hpp"
#include "../../server/TracyFileRead.hpp"
#include "../../server/TracyFileWrite.hpp"
#include "../../server/TracyPrint.hpp"
-#include "../../server/TracyVersion.hpp"
#include "../../server/TracyWorker.hpp"
#include "../../zstd/zstd.h"
#include "../../getopt/getopt.h"