27 lines
668 B
Diff
Executable File
27 lines
668 B
Diff
Executable File
diff --git a/server/TracySourceView.cpp b/server/TracySourceView.cpp
|
|
index cc56298..7b9370a 100644
|
|
--- a/server/TracySourceView.cpp
|
|
+++ b/server/TracySourceView.cpp
|
|
@@ -2,7 +2,7 @@
|
|
#include <inttypes.h>
|
|
#include <stdio.h>
|
|
|
|
-#include <capstone.h>
|
|
+#include <capstone/capstone.h>
|
|
|
|
#include "imgui.h"
|
|
#include "TracyCharUtil.hpp"
|
|
diff --git a/server/TracyWorker.cpp b/server/TracyWorker.cpp
|
|
index fcb1718..2433e59 100644
|
|
--- a/server/TracyWorker.cpp
|
|
+++ b/server/TracyWorker.cpp
|
|
@@ -19,7 +19,7 @@
|
|
#include <inttypes.h>
|
|
#include <sys/stat.h>
|
|
|
|
-#include <capstone.h>
|
|
+#include <capstone/capstone.h>
|
|
|
|
#define ZDICT_STATIC_LINKING_ONLY
|
|
#include "../zstd/zdict.h"
|