diff --git a/server/tracy_flat_hash_map.hpp b/server/tracy_flat_hash_map.hpp index b6f991c0..d65b5fb6 100644 --- a/server/tracy_flat_hash_map.hpp +++ b/server/tracy_flat_hash_map.hpp @@ -21,7 +21,7 @@ #define SKA_NOINLINE(...) __VA_ARGS__ __attribute__((noinline)) #endif -namespace ska +namespace tracy { struct prime_number_hash_policy; struct power_of_two_hash_policy; @@ -1435,7 +1435,7 @@ public: template struct power_of_two_std_hash : std::hash { - typedef ska::power_of_two_hash_policy hash_policy; + typedef tracy::power_of_two_hash_policy hash_policy; }; -} // end namespace ska +} // end namespace tracy