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/content_advanced_dialog.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/wx/content_advanced_dialog.cc') diff --git a/src/wx/content_advanced_dialog.cc b/src/wx/content_advanced_dialog.cc index 79e6da9fa..8ab2e8dc0 100644 --- a/src/wx/content_advanced_dialog.cc +++ b/src/wx/content_advanced_dialog.cc @@ -37,6 +37,9 @@ using std::vector; using boost::bind; using boost::dynamic_pointer_cast; using boost::shared_ptr; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif -- cgit v1.2.3