Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fontengine: Fix non-gettext builds
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
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 |
|
|
|
|
|