summaryrefslogtreecommitdiff
path: root/Source/Core/Common/x64CPUDetect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Common/x64CPUDetect.cpp')
-rw-r--r--Source/Core/Common/x64CPUDetect.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/Common/x64CPUDetect.cpp b/Source/Core/Common/x64CPUDetect.cpp
index dedf02c05e..11dfcf0b51 100644
--- a/Source/Core/Common/x64CPUDetect.cpp
+++ b/Source/Core/Common/x64CPUDetect.cpp
@@ -4,9 +4,11 @@
#include "Common/CPUDetect.h"
#ifdef _WIN32
+#include <windows.h>
#include <processthreadsapi.h>
#endif
+#include <algorithm>
#include <cstring>
#include <string>
#include <thread>