From 4ba9cb217f5b1c86991f7f706afdb1a1e05c2305 Mon Sep 17 00:00:00 2001 From: Pierre Bourdon Date: Sun, 23 Feb 2014 03:45:46 +0100 Subject: [PATCH] Fix a compilation error introduced in PR #91. For some reason it passed builbot-try but didn't build after being merged to msater. Did not expect that, sorry :( --- Source/Core/VideoCommon/ShaderGenCommon.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/VideoCommon/ShaderGenCommon.h b/Source/Core/VideoCommon/ShaderGenCommon.h index 64d30a0dbc..97dab6acf4 100644 --- a/Source/Core/VideoCommon/ShaderGenCommon.h +++ b/Source/Core/VideoCommon/ShaderGenCommon.h @@ -7,6 +7,7 @@ #include #include #include +#include #include #include