From 1048017bfdad5ab20c8da5258d8bf7cf61379399 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 14 Oct 2017 16:50:39 +0200 Subject: [PATCH] Add rpmalloc to TracyClient.cpp. --- TracyClient.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/TracyClient.cpp b/TracyClient.cpp index 6600f639..943c6bf0 100644 --- a/TracyClient.cpp +++ b/TracyClient.cpp @@ -7,6 +7,7 @@ // other). // +#include "client/tracy_rpmalloc.cpp" #include "client/TracyProfiler.cpp" #include "common/tracy_lz4.cpp" #include "common/TracySocket.cpp"