diff --git a/src/common/x64/cpu_detect.cpp b/src/common/x64/cpu_detect.cpp index 370ae2c80..99d7689e4 100644 --- a/src/common/x64/cpu_detect.cpp +++ b/src/common/x64/cpu_detect.cpp @@ -8,6 +8,11 @@ #include "common/common_types.h" #include "cpu_detect.h" +#ifdef _MSC_VER +#include +#endif // _MSC_VER + + namespace Common { #ifndef _MSC_VER