Browse Source

Fix Windows build

--HG--
branch : minor
Alex Szpakowski 8 years ago
parent
commit
4a3319245b
2 changed files with 3 additions and 0 deletions
  1. 2 0
      src/modules/graphics/opengl/Text.cpp
  2. 1 0
      src/modules/graphics/opengl/Text.h

+ 2 - 0
src/modules/graphics/opengl/Text.cpp

@@ -22,6 +22,8 @@
 #include "graphics/Graphics.h"
 #include "OpenGL.h"
 
+#include <algorithm>
+
 namespace love
 {
 namespace graphics

+ 1 - 0
src/modules/graphics/opengl/Text.h

@@ -21,6 +21,7 @@
 #pragma once
 
 // LOVE
+#include "common/config.h"
 #include "graphics/Text.h"
 
 namespace love