diff --git a/server/TracyEvent.hpp b/server/TracyEvent.hpp index 2003db00..a4f8f3eb 100644 --- a/server/TracyEvent.hpp +++ b/server/TracyEvent.hpp @@ -363,6 +363,8 @@ union CallstackFrameId enum { CallstackFrameIdSize = sizeof( CallstackFrameId ) }; +static tracy_force_inline bool operator==( const CallstackFrameId& lhs, const CallstackFrameId& rhs ) { return lhs.data == rhs.data; } + struct CallstackFrameTree {