Hopefully fixed compilation in Windows.

This commit is contained in:
Alex Szpakowski
2015-03-26 22:16:17 -03:00
parent cffa899e03
commit 3aafab9607
2 changed files with 3 additions and 0 deletions
@@ -30,6 +30,8 @@
#include <cassert> #include <cassert>
#include <cstring> #include <cstring>
#include <algorithm>
namespace love namespace love
{ {
namespace graphics namespace graphics
@@ -22,6 +22,7 @@
#define LOVE_GRAPHICS_OPENGL_WRAP_GRAPHICS_H #define LOVE_GRAPHICS_OPENGL_WRAP_GRAPHICS_H
// LOVE // LOVE
#include "common/config.h"
#include "wrap_Font.h" #include "wrap_Font.h"
#include "wrap_Image.h" #include "wrap_Image.h"
#include "graphics/wrap_Quad.h" #include "graphics/wrap_Quad.h"