From 024dd822099b8edfee4b593f678b18fa46f970b7 Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Sat, 19 Oct 2013 01:11:20 +0000 Subject: [PATCH] Fix non-PCH build This was SVN commit r14024. --- source/graphics/FontManager.cpp | 2 ++ 1 file changed, 2 insertions(+) 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);