diff options
Diffstat (limited to 'src/helper/gettext.cpp')
| -rw-r--r-- | src/helper/gettext.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/helper/gettext.cpp b/src/helper/gettext.cpp index 91dfdbcb8..4d882c0cd 100644 --- a/src/helper/gettext.cpp +++ b/src/helper/gettext.cpp @@ -31,6 +31,10 @@ #include <windows.h> #endif +#ifdef ENABLE_BINRELOC +#include "prefix.h" +#endif + #include <string> #include <glibmm.h> #include <glibmm/i18n.h> @@ -107,4 +111,4 @@ void bind_textdomain_codeset_console() { fill-column:99 End: */ -// vim:filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99:
\ No newline at end of file +// vim:filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99: |
