diff --git a/server/TracySort.hpp b/server/TracySort.hpp index 0c0d9032..2a1b54a0 100644 --- a/server/TracySort.hpp +++ b/server/TracySort.hpp @@ -1,7 +1,7 @@ #ifndef __TRACYSORT_HPP__ #define __TRACYSORT_HPP__ -#if ( defined _MSC_VER && _MSVC_LANG >= 201703L ) || __cplusplus >= 201703L +#if !defined __APPLE__ && ( ( defined _MSC_VER && _MSVC_LANG >= 201703L ) || __cplusplus >= 201703L ) # if __has_include() # include # include