Skip to content

Commit fbc8724

Browse files
committedAug 24, 2019
fontengine: Fix non-gettext builds
1 parent 0b4f424 commit fbc8724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/client/fontengine.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
2323
#include "config.h"
2424
#include "porting.h"
2525
#include "filesys.h"
26+
#include "gettext.h"
2627

2728
#if USE_FREETYPE
28-
#include "gettext.h"
2929
#include "irrlicht_changes/CGUITTFont.h"
3030
#endif
3131

0 commit comments

Comments
 (0)
Please sign in to comment.