mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +00:00
Include <mutex> for std::once.
This commit is contained in:
parent
3e9bb80217
commit
b5590ed197
@ -94,6 +94,10 @@ extern "C" typedef LONG (WINAPI *t_RtlGetVersion)( PRTL_OSVERSIONINFOW );
|
||||
# include <cpuid.h>
|
||||
#endif
|
||||
|
||||
#if !( ( ( defined _WIN32 || defined __CYGWIN__ ) && _WIN32_WINNT >= _WIN32_WINNT_VISTA ) || defined __linux__ )
|
||||
# include <mutex>
|
||||
#endif
|
||||
|
||||
namespace tracy
|
||||
{
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user