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/html_dialog.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/wx/html_dialog.cc') diff --git a/src/wx/html_dialog.cc b/src/wx/html_dialog.cc index b5f86e7a1..718d546c3 100644 --- a/src/wx/html_dialog.cc +++ b/src/wx/html_dialog.cc @@ -26,6 +26,10 @@ #include #include +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif + HTMLDialog::HTMLDialog (wxWindow* parent, wxString title, wxString html) : wxDialog (parent, wxID_ANY, title) { -- cgit v1.2.3