From 8aed7589aeddd9f1ac0bba8726b052e82c1ed8ba Mon Sep 17 00:00:00 2001 From: Rohit Nirmal Date: Fri, 4 Sep 2015 10:15:16 -0500 Subject: Fix building with PCH disabled. --- Source/Core/Common/Thread.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Source/Core/Common/Thread.cpp') diff --git a/Source/Core/Common/Thread.cpp b/Source/Core/Common/Thread.cpp index 1e60fbb29f..11cb48bb49 100644 --- a/Source/Core/Common/Thread.cpp +++ b/Source/Core/Common/Thread.cpp @@ -6,6 +6,10 @@ #include "Common/CommonTypes.h" #include "Common/Thread.h" +#ifndef _WIN32 +#include +#endif + #ifdef __APPLE__ #include #elif defined BSD4_4 || defined __FreeBSD__ -- cgit v1.2.3