RSP: Add #include <intrin.h> to RSPInfo.cpp for 64bit

This commit is contained in:
zilmar 2024-12-12 14:17:07 +10:30
parent 3164caf2d0
commit b8ee9f8728
1 changed files with 1 additions and 0 deletions

View File

@ -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;