From 6252d2d71ac3bcbb767d2314356293ef1134ec47 Mon Sep 17 00:00:00 2001 From: Rohit Nirmal Date: Fri, 28 Aug 2015 14:13:28 -0500 Subject: Fix building with PCH disabled. --- Source/Core/VideoCommon/VertexLoader.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/VideoCommon/VertexLoader.cpp') diff --git a/Source/Core/VideoCommon/VertexLoader.cpp b/Source/Core/VideoCommon/VertexLoader.cpp index faf4599fdd..5673d1aa90 100644 --- a/Source/Core/VideoCommon/VertexLoader.cpp +++ b/Source/Core/VideoCommon/VertexLoader.cpp @@ -2,6 +2,7 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#include "Common/Common.h" #include "Common/CommonTypes.h" #include "Common/MemoryUtil.h" -- cgit v1.2.3