Browse Source

Framebuffer needs cstring (fixes #108)

Bill Meltsner 14 years ago
parent
commit
6bfb05359b
1 changed files with 2 additions and 0 deletions
  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 "Framebuffer.h"
 #include <common/Matrix.h>
 #include <common/Matrix.h>
 
 
+#include <cstring> // For memcpy
+
 namespace love
 namespace love
 {
 {
 namespace graphics
 namespace graphics