소스 검색

Fix windows build

Alex Szpakowski 7 년 전
부모
커밋
785902d8bd
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/modules/graphics/Buffer.cpp

+ 3 - 0
src/modules/graphics/Buffer.cpp

@@ -18,10 +18,13 @@
  * 3. This notice may not be removed or altered from any source distribution.
  **/
 
+#include "common/config.h"
 #include "Buffer.h"
 #include "Graphics.h"
 #include "common/Exception.h"
 
+#include <algorithm> // std::min
+
 namespace love
 {
 namespace graphics