diff --git a/server/TracyWorker.hpp b/server/TracyWorker.hpp index a00792ef..7fba6c1a 100644 --- a/server/TracyWorker.hpp +++ b/server/TracyWorker.hpp @@ -234,7 +234,7 @@ private: flat_hash_map> m_pendingCustomStrings; flat_hash_map> m_pendingPlots; flat_hash_map> m_plotMap; - std::unordered_map m_plotRev; + flat_hash_map m_plotRev; flat_hash_map> m_pendingSourceLocationPayload; Vector m_sourceLocationQueue; flat_hash_map> m_sourceLocationShrink;