Framebuffer needs cstring (fixes #108)

This commit is contained in:
Bill Meltsner
2010-11-12 08:38:41 -05:00
parent 77e5b7f880
commit 6bfb05359b
@@ -1,6 +1,8 @@
#include "Framebuffer.h"
#include <common/Matrix.h>
#include <cstring> // For memcpy
namespace love
{
namespace graphics