diff options
author | tobtoht <tob@featherwallet.org> | 2023-09-25 11:47:59 +0200 |
---|---|---|
committer | tobtoht <tob@featherwallet.org> | 2023-09-25 14:00:34 +0200 |
commit | 932bba3b793ee9fa1e25e5d672214c072ea7415c (patch) | |
tree | dff04744eb44e29b2c6dd4e973828ca434793844 /src/wallet | |
parent | Merge pull request #8976 (diff) | |
download | monero-932bba3b793ee9fa1e25e5d672214c072ea7415c.tar.xz |
depends: remove libiconv: unused
Diffstat (limited to 'src/wallet')
-rw-r--r-- | src/wallet/api/wallet.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wallet/api/wallet.cpp b/src/wallet/api/wallet.cpp index 0c3aaf853..7f4dbbc79 100644 --- a/src/wallet/api/wallet.cpp +++ b/src/wallet/api/wallet.cpp @@ -45,7 +45,10 @@ #include <sstream> #include <unordered_map> +#ifdef WIN32 #include <boost/locale.hpp> +#endif + #include <boost/filesystem.hpp> using namespace std; |