Fixed the Windows build...

This commit is contained in:
Alex Szpakowski
2015-12-11 00:21:33 -04:00
parent 7769090c1f
commit 77b832057d
2 changed files with 2 additions and 0 deletions
@@ -26,6 +26,7 @@
// C++
#include <typeinfo>
#include <algorithm>
namespace love
{
+1
View File
@@ -22,6 +22,7 @@
#define LOVE_GRAPHICS_OPENGL_WRAP_MESH_H
// LOVE
#include "common/config.h"
#include "common/runtime.h"
#include "Mesh.h"