Explorar o código

Framebuffer needs cstring (fixes #108)

Bill Meltsner %!s(int64=15) %!d(string=hai) anos
pai
achega
6bfb05359b
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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