diff --git a/server/TracyVarArray.hpp b/server/TracyVarArray.hpp index 938a9b16..d63a9772 100644 --- a/server/TracyVarArray.hpp +++ b/server/TracyVarArray.hpp @@ -2,6 +2,7 @@ #define __TRACYVARARRAY_HPP__ #include +#include #include "../common/TracyForceInline.hpp" #include "tracy_flat_hash_map.hpp" @@ -60,12 +61,7 @@ template bool Compare( const VarArray& lhs, const VarArray& rhs ) { if( lhs.size() != rhs.size() || lhs.get_hash() != rhs.get_hash() ) return false; - const auto sz = lhs.size(); - for( uint8_t i=0; i