Browse Source

Fixed Windows build.

--HG--
branch : minor
Alex Szpakowski 10 years ago
parent
commit
62d596dec1
1 changed files with 4 additions and 2 deletions
  1. 4 2
      src/modules/graphics/opengl/Polyline.h

+ 4 - 2
src/modules/graphics/opengl/Polyline.h

@@ -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