diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-06-06 17:58:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-06-06 17:58:07 +0300 |
commit | 4f7e38d218848bd34bd86dda75446881dad2bb32 (patch) | |
tree | 3333e686b0d0a579b8151fac0d0faa235f4e145b /src/utils/gettexthelper.cpp | |
parent | c649cf883480071c9b93909c4ea4ee5ec98155b2 (diff) | |
download | plus-4f7e38d218848bd34bd86dda75446881dad2bb32.tar.gz plus-4f7e38d218848bd34bd86dda75446881dad2bb32.tar.bz2 plus-4f7e38d218848bd34bd86dda75446881dad2bb32.tar.xz plus-4f7e38d218848bd34bd86dda75446881dad2bb32.zip |
Fix compilation with some options.
Diffstat (limited to 'src/utils/gettexthelper.cpp')
-rw-r--r-- | src/utils/gettexthelper.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/gettexthelper.cpp b/src/utils/gettexthelper.cpp index 8636acb34..1e2fffef7 100644 --- a/src/utils/gettexthelper.cpp +++ b/src/utils/gettexthelper.cpp @@ -29,6 +29,8 @@ #include <libintl.h> #endif +#include "utils/physfstools.h" + #ifdef WIN32 #include <string> extern "C" char const *_nl_locale_name_default(void); |