mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-03 18:32:18 +00:00
14 lines
343 B
Diff
14 lines
343 B
Diff
diff --git a/include/tracy.h b/include/tracy.h
|
|
index 8bbc923f..ae58c877 100644
|
|
--- a/include/tracy.h
|
|
+++ b/include/tracy.h
|
|
@@ -4,7 +4,7 @@
|
|
*/
|
|
|
|
#ifdef TRACY_ENABLE
|
|
-#include "tracy/TracyC.h"
|
|
+#include "tracy/tracy/TracyC.h"
|
|
|
|
#define TracyCZoneAutoS TracyCZoneN(tctx_func, __func__, true)
|
|
#define TracyCZoneAutoE TracyCZoneEnd(tctx_func)
|