Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / hints_dialog.cc
index c98cbae07b2c16bb9e2b002706212cac13c5b557..9ceefda4a372644a75d2dafa5dae17a4987a58eb 100644 (file)
@@ -39,6 +39,9 @@ using boost::shared_ptr;
 using boost::optional;
 using boost::bind;
 using boost::dynamic_pointer_cast;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 HintsDialog::HintsDialog (wxWindow* parent, boost::weak_ptr<Film> film, bool ok)
        : wxDialog (parent, wxID_ANY, _("Hints"))