From 3e20b106388c0ba4a291cb15968a10c6fbd5b367 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 27 Aug 2020 20:37:32 +0000 Subject: Build fixes for Boost >= 1.73 --- src/wx/content_sub_panel.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/wx/content_sub_panel.cc') diff --git a/src/wx/content_sub_panel.cc b/src/wx/content_sub_panel.cc index 5cdd2e5c3..0f32b8b61 100644 --- a/src/wx/content_sub_panel.cc +++ b/src/wx/content_sub_panel.cc @@ -30,6 +30,9 @@ using std::list; using std::string; using boost::shared_ptr; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif ContentSubPanel::ContentSubPanel (ContentPanel* p, wxString name) : wxScrolledWindow (p->notebook(), wxID_ANY) -- cgit v1.2.3