From 3b75f45cf63e8455efb539109bebf6626bcb40e3 Mon Sep 17 00:00:00 2001 From: Rohit Nirmal Date: Mon, 28 Sep 2015 10:57:16 -0500 Subject: Fix building with PCH disabled. --- Source/Core/VideoCommon/VertexLoaderBase.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/VideoCommon/VertexLoaderBase.cpp') diff --git a/Source/Core/VideoCommon/VertexLoaderBase.cpp b/Source/Core/VideoCommon/VertexLoaderBase.cpp index 681f43b4fa..a253d62894 100644 --- a/Source/Core/VideoCommon/VertexLoaderBase.cpp +++ b/Source/Core/VideoCommon/VertexLoaderBase.cpp @@ -5,6 +5,7 @@ #include #include +#include "Common/Common.h" #include "Common/StringUtil.h" #include "VideoCommon/VertexLoader.h" -- cgit v1.2.3