Bladeren bron

Fixed the Windows build...

Alex Szpakowski 9 jaren geleden
bovenliggende
commit
77b832057d
2 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. 1 0
      src/modules/graphics/opengl/wrap_Mesh.cpp
  2. 1 0
      src/modules/graphics/opengl/wrap_Mesh.h

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