Browse Source

Fix a missing #include causing a potential compile error

Alex Szpakowski 3 years ago
parent
commit
ad2de2702a
1 changed files with 2 additions and 0 deletions
  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