diff --git a/server/TracyEvent.hpp b/server/TracyEvent.hpp index 4b6ec04c..79412874 100644 --- a/server/TracyEvent.hpp +++ b/server/TracyEvent.hpp @@ -508,7 +508,7 @@ struct PlotData struct MemData { Vector data; - Vector frees; + Vector frees; flat_hash_map> active; uint64_t high = std::numeric_limits::min(); uint64_t low = std::numeric_limits::max();