From 65c000718b5456f3a678b03547292257f6aa347f Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Mon, 16 Oct 2017 21:10:44 +0200 Subject: [PATCH] Do not redefine assert macro. --- client/tracy_rpmalloc.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/client/tracy_rpmalloc.cpp b/client/tracy_rpmalloc.cpp index 307eff08..a4b4188b 100644 --- a/client/tracy_rpmalloc.cpp +++ b/client/tracy_rpmalloc.cpp @@ -109,11 +109,7 @@ #include #include -#if ENABLE_ASSERTS -# include -#else -# define assert(x) -#endif +#include namespace tracy {