diff options
| author | Scott Mansell <phiren@gmail.com> | 2023-01-31 23:53:31 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-31 23:53:31 +1300 |
| commit | c6b851c2b6da248f249bbfd9ce09764d2867f6d9 (patch) | |
| tree | 4920dce985671349b773c58fb79ae1baffe50a3d /Source/Core/Common/x64CPUDetect.cpp | |
| parent | 12431a83ba8b92cde09b322241500e07694390b1 (diff) | |
| parent | 5d7643a6805e4104691f8ae47f03e4dedc006777 (diff) | |
Merge pull request #11506 from phire/cmake_fixes
CMake/MSVC fixes
Diffstat (limited to 'Source/Core/Common/x64CPUDetect.cpp')
| -rw-r--r-- | Source/Core/Common/x64CPUDetect.cpp | 2 |
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> |
