1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-30 12:53:51 +00:00

Include <mutex> for std::once.

This commit is contained in:
Bartosz Taudul 2019-11-05 21:40:35 +01:00
parent 3e9bb80217
commit b5590ed197

View File

@ -94,6 +94,10 @@ extern "C" typedef LONG (WINAPI *t_RtlGetVersion)( PRTL_OSVERSIONINFOW );
# include <cpuid.h> # include <cpuid.h>
#endif #endif
#if !( ( ( defined _WIN32 || defined __CYGWIN__ ) && _WIN32_WINNT >= _WIN32_WINNT_VISTA ) || defined __linux__ )
# include <mutex>
#endif
namespace tracy namespace tracy
{ {