From eba64b30a3fa29c06a13bbd1d0160ebd039a0f8e Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 3 Oct 2019 22:34:06 +0200 Subject: [PATCH] TracySystem.cpp should be always compiled in. --- TracyClientDLL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TracyClientDLL.cpp b/TracyClientDLL.cpp index 3f810594..8dc0c209 100644 --- a/TracyClientDLL.cpp +++ b/TracyClientDLL.cpp @@ -15,5 +15,5 @@ # ifndef TRACY_IMPORTS # define TRACY_IMPORTS 1 # endif -# include "common/TracySystem.cpp" #endif +#include "common/TracySystem.cpp"