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/interop_metadata_dialog.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/wx/interop_metadata_dialog.cc') diff --git a/src/wx/interop_metadata_dialog.cc b/src/wx/interop_metadata_dialog.cc index f91bdcf7f..186e9bbcd 100644 --- a/src/wx/interop_metadata_dialog.cc +++ b/src/wx/interop_metadata_dialog.cc @@ -29,6 +29,10 @@ using std::string; using std::vector; using boost::weak_ptr; using boost::shared_ptr; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif + static string column (dcp::Rating r, int c) -- cgit v1.2.3