diff options
author | luigi1111 <luigi1111w@gmail.com> | 2021-04-16 12:43:42 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2021-04-16 12:43:42 -0500 |
commit | 2218e23e84a89e9a1e4c0be5d50f891ab836754f (patch) | |
tree | fa2a830b10994fa77fd23cb0a0f421d438df7463 /src/simplewallet | |
parent | Merge pull request #7650 (diff) | |
parent | Reduce compilation time of epee/portable_storage_template_helper.h (diff) | |
download | monero-2218e23e84a89e9a1e4c0be5d50f891ab836754f.tar.xz |
Merge pull request #7002
673c6d2 Reduce compilation time of epee/portable_storage_template_helper.h (mj-xmr)
Diffstat (limited to 'src/simplewallet')
-rw-r--r-- | src/simplewallet/simplewallet.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 2ae091c7e..da6501183 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" |