diff options
Diffstat (limited to 'Source/Core/Common/Thread.cpp')
| -rw-r--r-- | Source/Core/Common/Thread.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/Common/Thread.cpp b/Source/Core/Common/Thread.cpp index 4c8a61b386..258559bc4f 100644 --- a/Source/Core/Common/Thread.cpp +++ b/Source/Core/Common/Thread.cpp @@ -26,9 +26,10 @@ #pragma comment(lib, "libittnotify.lib") #endif -#include "Common/CommonFuncs.h" #include "Common/CommonTypes.h" +#ifdef _WIN32 #include "Common/StringUtil.h" +#endif namespace Common { |
