From 4b774ef99aef85ca909d755d3539592b8828be0c Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 20 Oct 2013 16:42:30 -0400 Subject: [PATCH] Fix my fix. --- Source/Core/Common/Src/Thread.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/Common/Src/Thread.cpp b/Source/Core/Common/Src/Thread.cpp index a022b326a5..4040d04e42 100644 --- a/Source/Core/Common/Src/Thread.cpp +++ b/Source/Core/Common/Src/Thread.cpp @@ -3,6 +3,7 @@ // Refer to the license.txt file included. #include "Thread.h" +#include "Common.h" #ifdef __APPLE__ #include