mirror of
https://github.com/love2d/love.git
synced 2026-08-19 12:14:20 +02:00
Probably fixed the Windows build
This commit is contained in:
@@ -22,10 +22,9 @@
|
|||||||
#include "Image.h"
|
#include "Image.h"
|
||||||
#include "Graphics.h"
|
#include "Graphics.h"
|
||||||
#include "common/Matrix.h"
|
#include "common/Matrix.h"
|
||||||
#include "common/config.h"
|
|
||||||
|
|
||||||
#include <cstring> // For memcpy
|
#include <cstring> // For memcpy
|
||||||
#include <limits>
|
#include <algorithm> // For min/max
|
||||||
|
|
||||||
namespace love
|
namespace love
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
#ifndef LOVE_GRAPHICS_OPENGL_CANVAS_H
|
#ifndef LOVE_GRAPHICS_OPENGL_CANVAS_H
|
||||||
#define LOVE_GRAPHICS_OPENGL_CANVAS_H
|
#define LOVE_GRAPHICS_OPENGL_CANVAS_H
|
||||||
|
|
||||||
|
#include "common/config.h"
|
||||||
#include "graphics/Color.h"
|
#include "graphics/Color.h"
|
||||||
#include "image/Image.h"
|
#include "image/Image.h"
|
||||||
#include "image/ImageData.h"
|
#include "image/ImageData.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user