diff --git a/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp b/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp index f7962f40..a88e7419 100644 --- a/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp +++ b/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp @@ -23,9 +23,11 @@ #include #endif +#include "platform_common.h" #include "util.h" using namespace std; using namespace Shared::Util; +using namespace Shared::PlatformCommon; namespace Shared{ namespace Graphics{ namespace Gl{