aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet
diff options
context:
space:
mode:
authormj-xmr <mjxmr@protonmail.com>2020-11-10 18:18:04 +0100
committermj-xmr <mjxmr@protonmail.com>2021-03-28 15:41:48 +0200
commit673c6d2d11a4ae639c43bbf40e31e808932fd625 (patch)
treebafa4f0b6113e7720a9978f7e071760e1f4131bc /src/simplewallet
parentMerge pull request #7619 (diff)
downloadmonero-673c6d2d11a4ae639c43bbf40e31e808932fd625.tar.xz
Reduce compilation time of epee/portable_storage_template_helper.h
Diffstat (limited to 'src/simplewallet')
-rw-r--r--src/simplewallet/simplewallet.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp
index 2a3c33f48..cb7fde993 100644
--- a/src/simplewallet/simplewallet.cpp
+++ b/src/simplewallet/simplewallet.cpp
@@ -50,6 +50,7 @@
#include <boost/format.hpp>
#include <boost/regex.hpp>
#include <boost/range/adaptor/transformed.hpp>
+#include <boost/filesystem.hpp>
#include "include_base_utils.h"
#include "console_handler.h"
#include "common/i18n.h"