RSP: Add #include <intrin.h> to RSPInfo.cpp for 64bit
This commit is contained in:
parent
3164caf2d0
commit
b8ee9f8728
|
@ -12,6 +12,7 @@
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
|
#include <intrin.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
RSP_INFO RSPInfo;
|
RSP_INFO RSPInfo;
|
||||||
|
|
Loading…
Reference in New Issue