From 5d8bb3537abcd8460bf76c8f0ff0dd81438e7fcb Mon Sep 17 00:00:00 2001 From: yhnmj6666 Date: Sun, 12 Mar 2017 01:27:06 +0800 Subject: [PATCH] for __cpuid compability with VS2017 --- src/common/x64/cpu_detect.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/x64/cpu_detect.cpp b/src/common/x64/cpu_detect.cpp index 99d7689e4..45dcd09d4 100644 --- a/src/common/x64/cpu_detect.cpp +++ b/src/common/x64/cpu_detect.cpp @@ -12,7 +12,6 @@ #include #endif // _MSC_VER - namespace Common { #ifndef _MSC_VER