1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add include for cpuid.

This commit is contained in:
Bartosz Taudul
2022-08-18 13:40:37 +02:00
parent 1d60c0cd5b
commit 940f32c1a8
+4
View File
@@ -608,6 +608,10 @@ void SysTraceGetExternalName( uint64_t thread, const char*& threadName, const ch
# include <sys/ioctl.h>
# include <sys/syscall.h>
# if defined __i386 || defined __x86_64__
# include <cpuid.h>
# endif
# include "TracyProfiler.hpp"
# include "TracyRingBuffer.hpp"
# include "TracyThread.hpp"