Browse Source

Framebuffer needs cstring (fixes #108)

Bill Meltsner 15 năm trước cách đây
mục cha
commit
6bfb05359b
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/modules/graphics/opengl/Framebuffer.cpp

+ 2 - 0
src/modules/graphics/opengl/Framebuffer.cpp

@@ -1,6 +1,8 @@
 #include "Framebuffer.h"
 #include <common/Matrix.h>
 
+#include <cstring> // For memcpy
+
 namespace love
 {
 namespace graphics