Browse Source

Fix a missing #include causing a potential compile error

Alex Szpakowski 4 năm trước cách đây
mục cha
commit
ad2de2702a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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