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/kdm_output_panel.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/wx/kdm_output_panel.cc') diff --git a/src/wx/kdm_output_panel.cc b/src/wx/kdm_output_panel.cc index 294fdd4df..35ce4fc27 100644 --- a/src/wx/kdm_output_panel.cc +++ b/src/wx/kdm_output_panel.cc @@ -50,6 +50,10 @@ using std::exception; using std::make_pair; using boost::shared_ptr; using boost::function; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif + KDMOutputPanel::KDMOutputPanel (wxWindow* parent, bool interop) : wxPanel (parent, wxID_ANY) -- cgit v1.2.3