aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2023-09-25 11:47:59 +0200
committertobtoht <tob@featherwallet.org>2023-09-25 14:00:34 +0200
commit932bba3b793ee9fa1e25e5d672214c072ea7415c (patch)
treedff04744eb44e29b2c6dd4e973828ca434793844 /src/wallet
parentMerge pull request #8976 (diff)
downloadmonero-932bba3b793ee9fa1e25e5d672214c072ea7415c.tar.xz
depends: remove libiconv: unused
Diffstat (limited to 'src/wallet')
-rw-r--r--src/wallet/api/wallet.cpp3
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;