Răsfoiți Sursa

Framebuffer needs cstring (fixes #108)

Bill Meltsner 15 ani în urmă
părinte
comite
6bfb05359b
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  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