diff options
Diffstat (limited to 'src/utils/gettexthelper.cpp')
-rw-r--r-- | src/utils/gettexthelper.cpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/utils/gettexthelper.cpp b/src/utils/gettexthelper.cpp index 1e2fffef7..063142f06 100644 --- a/src/utils/gettexthelper.cpp +++ b/src/utils/gettexthelper.cpp @@ -20,21 +20,20 @@ #include "utils/gettexthelper.h" +#ifdef ENABLE_NLS #include "client.h" #include "configuration.h" - -#ifdef ENABLE_NLS #include "logger.h" -#include <libintl.h> -#endif - #include "utils/physfstools.h" +#include <libintl.h> + #ifdef WIN32 #include <string> extern "C" char const *_nl_locale_name_default(void); #endif +#endif #include "debug.h" |