Blenlib/Windows: Fix Build error with clang.
__cpuid comes from intrin.h which was implicitly included somewhere for msvc builds, but not for clang.
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
#if defined(__linux__) || defined(__APPLE__)
|
||||
# include <execinfo.h>
|
||||
#elif defined(WIN32)
|
||||
# include <intrin.h>
|
||||
# include <windows.h>
|
||||
# include <dbghelp.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user