fontengine: Fix non-gettext builds

This commit is contained in:
SmallJoker 2019-08-24 18:54:51 +02:00
parent 0b4f424f41
commit fbc8724d59

View File

@ -23,9 +23,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "config.h" #include "config.h"
#include "porting.h" #include "porting.h"
#include "filesys.h" #include "filesys.h"
#include "gettext.h"
#if USE_FREETYPE #if USE_FREETYPE
#include "gettext.h"
#include "irrlicht_changes/CGUITTFont.h" #include "irrlicht_changes/CGUITTFont.h"
#endif #endif