aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet
diff options
context:
space:
mode:
authorLee Clagett <code@leeclagett.com>2020-05-31 21:18:11 -0400
committerLee Clagett <code@leeclagett.com>2020-05-31 21:18:11 -0400
commit7aeb5035476c672e4c329c02b20ced1669ebe4cd (patch)
tree41562e1722533860750b064f214840578793ee5c /src/simplewallet
parentMerge pull request #6582 (diff)
downloadmonero-7aeb5035476c672e4c329c02b20ced1669ebe4cd.tar.xz
Fix boost <1.60 compilation and fix boost 1.73+ warnings
Diffstat (limited to 'src/simplewallet')
-rw-r--r--src/simplewallet/simplewallet.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp
index b1e69161f..96fbf9967 100644
--- a/src/simplewallet/simplewallet.cpp
+++ b/src/simplewallet/simplewallet.cpp
@@ -33,6 +33,11 @@
*
* \brief Source file that defines simple_wallet class.
*/
+
+// use boost bind placeholders for now
+#define BOOST_BIND_GLOBAL_PLACEHOLDERS 1
+#include <boost/bind.hpp>
+
#include <locale.h>
#include <thread>
#include <iostream>