diff --git a/source/shared_lib/sources/graphics/font.cpp b/source/shared_lib/sources/graphics/font.cpp index daac9c12..e1bcc5ce 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 {