diff options
author | mj-xmr <mjxmr@protonmail.com> | 2020-11-10 18:18:04 +0100 |
---|---|---|
committer | mj-xmr <mjxmr@protonmail.com> | 2021-03-28 15:41:48 +0200 |
commit | 673c6d2d11a4ae639c43bbf40e31e808932fd625 (patch) | |
tree | bafa4f0b6113e7720a9978f7e071760e1f4131bc /src/common/i18n.cpp | |
parent | Merge pull request #7619 (diff) | |
download | monero-673c6d2d11a4ae639c43bbf40e31e808932fd625.tar.xz |
Reduce compilation time of epee/portable_storage_template_helper.h
Diffstat (limited to 'src/common/i18n.cpp')
-rw-r--r-- | src/common/i18n.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/i18n.cpp b/src/common/i18n.cpp index ebc367b3a..051220ee1 100644 --- a/src/common/i18n.cpp +++ b/src/common/i18n.cpp @@ -35,6 +35,10 @@ #include "common/i18n.h" #include "translation_files.h" +#include <boost/system/error_code.hpp> +#include <boost/filesystem.hpp> +#include <algorithm> + #undef MONERO_DEFAULT_LOG_CATEGORY #define MONERO_DEFAULT_LOG_CATEGORY "i18n" |