From 1a7c50245309bb0b99001940b2203a267de942ca Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 21 Oct 2020 09:23:12 +0200 Subject: macOS / new boost build fixes. --- src/wx/recipient_dialog.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/wx/recipient_dialog.cc') diff --git a/src/wx/recipient_dialog.cc b/src/wx/recipient_dialog.cc index 1d36046dd..d59226a96 100644 --- a/src/wx/recipient_dialog.cc +++ b/src/wx/recipient_dialog.cc @@ -42,6 +42,9 @@ using std::vector; using std::list; using boost::optional; using boost::bind; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif static string -- cgit v1.2.3