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"