From 7ce7230b2c4a96a078e03f4452279d0a5a65045c Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Wed, 5 Oct 2011 14:09:03 +0000 Subject: [PATCH] - compile fix on windows --- source/shared_lib/sources/graphics/gl/font_textFTGL.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp b/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp index e8f4a0d0..d6106bce 100644 --- a/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp +++ b/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp @@ -15,6 +15,7 @@ #include "font_textFTGL.h" +#include "opengl.h" #include #include #include @@ -24,8 +25,8 @@ #endif #include "platform_common.h" -#include "opengl.h" #include "util.h" + using namespace std; using namespace Shared::Util; using namespace Shared::PlatformCommon;