diff --git a/server/TracyPrint.hpp b/server/TracyPrint.hpp index 9c7f45a5..da513767 100644 --- a/server/TracyPrint.hpp +++ b/server/TracyPrint.hpp @@ -12,6 +12,10 @@ # define NO_CHARCONV #endif +#if defined _MSC_VER && _MSC_VER < 1924 +# define NO_CHARCONV +#endif + #ifdef NO_CHARCONV # include #endif