diff --git a/server/TracyWorker.hpp b/server/TracyWorker.hpp index f5a34cc1..68b77aec 100644 --- a/server/TracyWorker.hpp +++ b/server/TracyWorker.hpp @@ -54,7 +54,7 @@ class Worker Vector sourceLocationPayload; flat_hash_map sourceLocationPayloadMap; Vector sourceLocationExpand; - flat_hash_map> sourceLocationZones; + flat_hash_map, nohash> sourceLocationZones; std::map lockMap; };