Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / hints_dialog.cc
index f8d03626fe06459195362566d810e71b4fe24294..545d2330e1e859dbedfa6acb2835f1e565f3217b 100644 (file)
@@ -36,6 +36,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"))