diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-04-22 01:32:32 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-04-22 01:32:32 -0400 |
| commit | 3c1ea110d986b90aec3133b61769de9f649ca3d8 (patch) | |
| tree | 32229c8c475a3a3f73dec63cf36a57c00e768e39 /src/wallet/wallet2.cpp | |
| parent | e45619e61e4831eea70a43fe6985f4d57ea02e9e (diff) | |
| parent | dc81e23e60f6539b5d273bd42024e765b6cdf2d5 (diff) | |
| download | monzero-core-3c1ea110d986b90aec3133b61769de9f649ca3d8.tar.gz monzero-core-3c1ea110d986b90aec3133b61769de9f649ca3d8.tar.xz monzero-core-3c1ea110d986b90aec3133b61769de9f649ca3d8.zip | |
Merge pull request #7016
dc81e23 Split epee/string_tools.h and encapsulate boost::lexical_cast (mj-xmr)
Diffstat (limited to 'src/wallet/wallet2.cpp')
| -rw-r--r-- | src/wallet/wallet2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index 0af896c76..56f0ef11c 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -37,6 +37,7 @@ #include <boost/algorithm/string/trim.hpp> #include <boost/algorithm/string/split.hpp> #include <boost/algorithm/string/join.hpp> +#include <boost/algorithm/string/predicate.hpp> #include <boost/asio/ip/address.hpp> #include <boost/range/adaptor/transformed.hpp> #include <boost/preprocessor/stringize.hpp> |
