Explicitly add intrin.h
This commit is contained in:
parent
703a09d034
commit
628a0b2809
|
@ -10,6 +10,9 @@
|
|||
#include <Project64-rsp-core/cpu/RspMemory.h>
|
||||
#include <Settings/Settings.h>
|
||||
|
||||
// https://learn.microsoft.com/en-us/cpp/intrinsics/cpuid-cpuidex
|
||||
#include <intrin.h>
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#include <Windows.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue