From 7aeb5035476c672e4c329c02b20ced1669ebe4cd Mon Sep 17 00:00:00 2001 From: Lee Clagett Date: Sun, 31 May 2020 21:18:11 -0400 Subject: Fix boost <1.60 compilation and fix boost 1.73+ warnings --- src/simplewallet/simplewallet.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/simplewallet') 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 + #include #include #include -- cgit v1.2.3