Browse Source

Hopefully fixed compilation in Windows.

Alex Szpakowski 10 years ago
parent
commit
3aafab9607

+ 2 - 0
src/modules/graphics/opengl/wrap_Graphics.cpp

@@ -30,6 +30,8 @@
 #include <cassert>
 #include <cstring>
 
+#include <algorithm>
+
 namespace love
 {
 namespace graphics

+ 1 - 0
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"