Browse Source

Fixed the Windows build...

Alex Szpakowski 9 years ago
parent
commit
77b832057d

+ 1 - 0
src/modules/graphics/opengl/wrap_Mesh.cpp

@@ -26,6 +26,7 @@
 
 // C++
 #include <typeinfo>
+#include <algorithm>
 
 namespace love
 {

+ 1 - 0
src/modules/graphics/opengl/wrap_Mesh.h

@@ -22,6 +22,7 @@
 #define LOVE_GRAPHICS_OPENGL_WRAP_MESH_H
 
 // LOVE
+#include "common/config.h"
 #include "common/runtime.h"
 #include "Mesh.h"