mirror of
https://github.com/love2d/love.git
synced 2026-08-19 12:14:20 +02:00
Framebuffer needs cstring (fixes #108)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user