diff --git a/server/TracyPrint.hpp b/server/TracyPrint.hpp index da513767..2a03b6ed 100644 --- a/server/TracyPrint.hpp +++ b/server/TracyPrint.hpp @@ -16,6 +16,10 @@ # define NO_CHARCONV #endif +#ifdef __GNUC__ +# define NO_CHARCONV +#endif + #ifdef NO_CHARCONV # include #endif