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/PixelShaderGen.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/VideoCommon/PixelShaderGen.cpp') diff --git a/Source/Core/VideoCommon/PixelShaderGen.cpp b/Source/Core/VideoCommon/PixelShaderGen.cpp index 8b4363e9ff..50691a82db 100644 --- a/Source/Core/VideoCommon/PixelShaderGen.cpp +++ b/Source/Core/VideoCommon/PixelShaderGen.cpp @@ -6,6 +6,7 @@ #include #include +#include "Common/Common.h" #include "VideoCommon/BoundingBox.h" #include "VideoCommon/BPMemory.h" #include "VideoCommon/ConstantManager.h" -- cgit v1.2.3