CMake/MSVC: Fix PCH disabled build

This commit is contained in:
Scott Mansell
2023-01-29 21:51:41 +13:00
parent 1956ce151f
commit 854a73dee0
3 changed files with 12 additions and 2 deletions

View File

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