fontengine: Fix non-gettext builds
authorSmallJoker <mk939@ymail.com>
Sat, 24 Aug 2019 16:54:51 +0000 (18:54 +0200)
committerSmallJoker <mk939@ymail.com>
Sat, 24 Aug 2019 17:11:50 +0000 (19:11 +0200)
src/client/fontengine.cpp

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