From b97e2faa15fc031580a87af2e09f833c0e91eb83 Mon Sep 17 00:00:00 2001 From: comex Date: Sun, 27 Oct 2013 01:39:46 -0400 Subject: [PATCH] Fix Linux build issue. --- Source/pch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/pch.h b/Source/pch.h index 64c1354717..2851adefca 100644 --- a/Source/pch.h +++ b/Source/pch.h @@ -1,4 +1,5 @@ #include "Common.h" +#include "Thread.h" #include #include #include