Explorar el Código

Fix a missing #include causing a potential compile error

Alex Szpakowski hace 4 años
padre
commit
ad2de2702a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/modules/graphics/wrap_Buffer.cpp

+ 2 - 0
src/modules/graphics/wrap_Buffer.cpp

@@ -22,6 +22,8 @@
 #include "Buffer.h"
 #include "common/Data.h"
 
+#include <limits>
+
 namespace love
 {
 namespace graphics