aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-04-16 12:43:42 -0500
committerluigi1111 <luigi1111w@gmail.com>2021-04-16 12:43:42 -0500
commit2218e23e84a89e9a1e4c0be5d50f891ab836754f (patch)
treefa2a830b10994fa77fd23cb0a0f421d438df7463 /src/common
parentf6279a633d4bdf46f81fed835656d3386fb9cade (diff)
parent673c6d2d11a4ae639c43bbf40e31e808932fd625 (diff)
downloadmonzero-core-2218e23e84a89e9a1e4c0be5d50f891ab836754f.tar.gz
monzero-core-2218e23e84a89e9a1e4c0be5d50f891ab836754f.tar.xz
monzero-core-2218e23e84a89e9a1e4c0be5d50f891ab836754f.zip
Merge pull request #7002
673c6d2 Reduce compilation time of epee/portable_storage_template_helper.h (mj-xmr)
Diffstat (limited to 'src/common')
-rw-r--r--src/common/i18n.cpp4
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"