From 9c26bb0e174041bf153a56d2fb4b74f4ed2f6318 Mon Sep 17 00:00:00 2001 From: Rohit Nirmal Date: Tue, 1 Sep 2015 13:45:23 -0500 Subject: [PATCH] Fix building with PCH disabled. --- Source/Core/VideoCommon/VertexLoader_Color.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Core/VideoCommon/VertexLoader_Color.cpp b/Source/Core/VideoCommon/VertexLoader_Color.cpp index 67ea8f1ee6..0fbc639a53 100644 --- a/Source/Core/VideoCommon/VertexLoader_Color.cpp +++ b/Source/Core/VideoCommon/VertexLoader_Color.cpp @@ -3,6 +3,8 @@ // Refer to the license.txt file included. #include + +#include "Common/Common.h" #include "Common/CommonFuncs.h" #include "Common/CommonTypes.h"