Skip to content

Commit

Permalink
put tracy include behind HXCPP_TRACY
Browse files Browse the repository at this point in the history
  • Loading branch information
dazKind committed Sep 8, 2024
1 parent 05f8349 commit 1426a88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/hx/StackContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
#define HX_STACK_CONTEXT_H

#include "QuickVec.h"
#include "../../src/hx/tracy/tracy/TracyC.h"
#ifdef HXCPP_TRACY
#include "../../src/hx/tracy/tracy/TracyC.h"
#endif

#ifdef HXCPP_SINGLE_THREADED_APP
#define HX_CTX_GET ::hx::gMainThreadContext
Expand Down

0 comments on commit 1426a88

Please sign in to comment.