From 3aafab96076fe81b5fc222fe500af0008901fd82 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Thu, 26 Mar 2015 22:16:17 -0300 Subject: [PATCH] Hopefully fixed compilation in Windows. --- src/modules/graphics/opengl/wrap_Graphics.cpp | 2 ++ src/modules/graphics/opengl/wrap_Graphics.h | 1 + 2 files changed, 3 insertions(+) diff --git a/src/modules/graphics/opengl/wrap_Graphics.cpp b/src/modules/graphics/opengl/wrap_Graphics.cpp index 1e2a4ac4e..5ee29e273 100644 --- a/src/modules/graphics/opengl/wrap_Graphics.cpp +++ b/src/modules/graphics/opengl/wrap_Graphics.cpp @@ -30,6 +30,8 @@ #include #include +#include + namespace love { namespace graphics diff --git a/src/modules/graphics/opengl/wrap_Graphics.h b/src/modules/graphics/opengl/wrap_Graphics.h index 504c56a8b..f35589dad 100644 --- a/src/modules/graphics/opengl/wrap_Graphics.h +++ b/src/modules/graphics/opengl/wrap_Graphics.h @@ -22,6 +22,7 @@ #define LOVE_GRAPHICS_OPENGL_WRAP_GRAPHICS_H // LOVE +#include "common/config.h" #include "wrap_Font.h" #include "wrap_Image.h" #include "graphics/wrap_Quad.h"