diff --git a/server/TracyWorker.cpp b/server/TracyWorker.cpp index 93df0dfb..8fec69c1 100644 --- a/server/TracyWorker.cpp +++ b/server/TracyWorker.cpp @@ -18,7 +18,7 @@ # define MY_LIBCPP_SUCKS #endif -#if MY_LIBCPP_SUCKS +#ifdef MY_LIBCPP_SUCKS # include "tracy_pdqsort.h" #endif