浏览代码

Fix a missing #include causing a potential compile error

Alex Szpakowski 4 年之前
父节点
当前提交
ad2de2702a
共有 1 个文件被更改,包括 2 次插入0 次删除
  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 "Buffer.h"
 #include "common/Data.h"
 #include "common/Data.h"
 
 
+#include <limits>
+
 namespace love
 namespace love
 {
 {
 namespace graphics
 namespace graphics