Fix Windows build

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2017-01-28 23:19:45 -04:00
parent 673bcf4a7f
commit 4a3319245b
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -22,6 +22,8 @@
#include "graphics/Graphics.h"
#include "OpenGL.h"
#include <algorithm>
namespace love
{
namespace graphics
+1
View File
@@ -21,6 +21,7 @@
#pragma once
// LOVE
#include "common/config.h"
#include "graphics/Text.h"
namespace love