From fbc8724d59e8ad7bff06f6764fa06612283a903a Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Sat, 24 Aug 2019 18:54:51 +0200 Subject: fontengine: Fix non-gettext builds --- src/client/fontengine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/fontengine.cpp b/src/client/fontengine.cpp index 93c3460d7..c32d0f1a4 100644 --- a/src/client/fontengine.cpp +++ b/src/client/fontengine.cpp @@ -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 -- cgit v1.2.3