diff --git a/source/graphics/FontManager.cpp b/source/graphics/FontManager.cpp index 846ac6850f..c7180cecb1 100644 --- a/source/graphics/FontManager.cpp +++ b/source/graphics/FontManager.cpp @@ -26,6 +26,8 @@ #include "ps/Filesystem.h" #include "renderer/Renderer.h" +#include + shared_ptr CFontManager::LoadFont(CStrIntern fontName) { FontsMap::iterator it = m_Fonts.find(fontName);