1
0
forked from 0ad/0ad

Fix non-PCH build

This was SVN commit r14024.
This commit is contained in:
Ykkrosh 2013-10-19 01:11:20 +00:00
parent ac335f37c8
commit 024dd82209

View File

@ -26,6 +26,8 @@
#include "ps/Filesystem.h"
#include "renderer/Renderer.h"
#include <cfloat>
shared_ptr<CFont> CFontManager::LoadFont(CStrIntern fontName)
{
FontsMap::iterator it = m_Fonts.find(fontName);