Fixed Windows build.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2015-01-29 21:28:27 -04:00
parent ad1fbbf3ea
commit 62d596dec1
+4 -2
View File
@@ -21,14 +21,16 @@
#ifndef LOVE_GRAPHICS_OPENGL_POLYLINE_H
#define LOVE_GRAPHICS_OPENGL_POLYLINE_H
#include <vector>
// LOVE
#include "common/config.h"
#include "common/Vector.h"
// OpenGL
#include "OpenGL.h"
// C++
#include <vector>
namespace love
{
namespace graphics