From d5fe006e2ddfc56fff80ebfaa978e8325eef1f92 Mon Sep 17 00:00:00 2001 From: Bartosz Szreder Date: Thu, 8 Feb 2018 17:08:31 +0100 Subject: [PATCH] Add missing include charutil::hash() --- server/TracyEvent.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/server/TracyEvent.hpp b/server/TracyEvent.hpp index fe6c5110..69510642 100644 --- a/server/TracyEvent.hpp +++ b/server/TracyEvent.hpp @@ -4,6 +4,7 @@ #include #include +#include "TracyCharUtil.hpp" #include "TracyVector.hpp" #include "tracy_flat_hash_map.hpp"