diff --git a/server/TracyEvent.hpp b/server/TracyEvent.hpp index af54259e..2d034597 100644 --- a/server/TracyEvent.hpp +++ b/server/TracyEvent.hpp @@ -8,6 +8,7 @@ #include #include "TracyCharUtil.hpp" +#include "TracyShortPtr.hpp" #include "TracyVector.hpp" #include "tracy_flat_hash_map.hpp" #include "../common/TracyForceInline.hpp" @@ -288,7 +289,7 @@ enum { CallstackFrameSize = sizeof( CallstackFrame ) }; struct CallstackFrameData { - CallstackFrame* data; + short_ptr data; uint8_t size; };