From 127382441fa14c5f249e5c1b63ab7f544bdb8bdf Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Sat, 19 Nov 2011 08:09:33 +0000 Subject: [PATCH] - fixed build on windows --- source/shared_lib/sources/graphics/font.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/shared_lib/sources/graphics/font.cpp b/source/shared_lib/sources/graphics/font.cpp index daac9c125..e1bcc5ce2 100644 --- a/source/shared_lib/sources/graphics/font.cpp +++ b/source/shared_lib/sources/graphics/font.cpp @@ -29,10 +29,13 @@ using namespace Shared::Graphics::Gl; #endif #include "util.h" +#include "platform_common.h" + #include "leak_dumper.h" using namespace std; using namespace Shared::Util; +using namespace Shared::PlatformCommon; namespace Shared { namespace Graphics {