소스 검색

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 "common/Data.h"
 
+#include <limits>
+
 namespace love
 {
 namespace graphics