mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Framebuffer needs cstring (fixes #108)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include "Framebuffer.h"
|
||||
#include <common/Matrix.h>
|
||||
|
||||
#include <cstring> // For memcpy
|
||||
|
||||
namespace love
|
||||
{
|
||||
namespace graphics
|
||||
|
||||
Reference in New Issue
Block a user