From 713ec5ffd526aa5c783e4c6a13bcc45c453e2c10 Mon Sep 17 00:00:00 2001 From: Michael Maltese Date: Sun, 22 Jan 2017 23:08:45 -0800 Subject: Add includes for building on Windows without PCH --- Source/Core/Common/Thread.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Source/Core/Common/Thread.cpp') diff --git a/Source/Core/Common/Thread.cpp b/Source/Core/Common/Thread.cpp index a03b9c2e57..909016e7ae 100644 --- a/Source/Core/Common/Thread.cpp +++ b/Source/Core/Common/Thread.cpp @@ -6,7 +6,9 @@ #include "Common/CommonFuncs.h" #include "Common/CommonTypes.h" -#ifndef _WIN32 +#ifdef _WIN32 +#include +#else #include #endif -- cgit v1.2.3