diff --git a/client/TracyProfiler.cpp b/client/TracyProfiler.cpp index dd79564e..ff26b070 100644 --- a/client/TracyProfiler.cpp +++ b/client/TracyProfiler.cpp @@ -94,6 +94,10 @@ extern "C" typedef LONG (WINAPI *t_RtlGetVersion)( PRTL_OSVERSIONINFOW ); # include #endif +#if !( ( ( defined _WIN32 || defined __CYGWIN__ ) && _WIN32_WINNT >= _WIN32_WINNT_VISTA ) || defined __linux__ ) +# include +#endif + namespace tracy {