From a4f2eccbe1143e3ed3d4af690184f2cb1f5eec58 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 22 Oct 2017 17:05:35 +0200 Subject: [PATCH] Include TracySystem.hpp in Tracy.hpp. --- Tracy.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tracy.hpp b/Tracy.hpp index 31326b5c..695af58c 100644 --- a/Tracy.hpp +++ b/Tracy.hpp @@ -1,6 +1,8 @@ #ifndef __TRACY_HPP__ #define __TRACY_HPP__ +#include "common/TracySystem.hpp" + #ifndef TRACY_ENABLE #define ZoneScoped