diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-02-16 20:55:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-02-16 20:55:43 +0300 |
commit | bb4cd214f7bc2aebcada92ff932af3e1f84ce9e1 (patch) | |
tree | da852cbd8779d3c008dbe798054131b6f7d6e744 /src/utils/gettexthelper.cpp | |
parent | e9032dbe7344c5dc9832008f2fbcc448c88eec29 (diff) | |
download | manaverse-bb4cd214f7bc2aebcada92ff932af3e1f84ce9e1.tar.gz manaverse-bb4cd214f7bc2aebcada92ff932af3e1f84ce9e1.tar.bz2 manaverse-bb4cd214f7bc2aebcada92ff932af3e1f84ce9e1.tar.xz manaverse-bb4cd214f7bc2aebcada92ff932af3e1f84ce9e1.zip |
Fix compilation with clang.
Diffstat (limited to 'src/utils/gettexthelper.cpp')
-rw-r--r-- | src/utils/gettexthelper.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/gettexthelper.cpp b/src/utils/gettexthelper.cpp index 9b8f16352..483faf0cf 100644 --- a/src/utils/gettexthelper.cpp +++ b/src/utils/gettexthelper.cpp @@ -31,6 +31,7 @@ #include "fs/virtfs/fs.h" #include <libintl.h> +#include <locale.h> #ifdef WIN32 #include <string> |