Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / kdm_dialog.cc
index d3bbf02c998e164ec4f317a00db7c80a04d9718c..86326cbe6127d399cc040fc84156d5c7b68727d5 100644 (file)
@@ -51,6 +51,9 @@ using std::runtime_error;
 using boost::shared_ptr;
 using boost::bind;
 using boost::optional;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 KDMDialog::KDMDialog (wxWindow* parent, shared_ptr<const Film> film)
        : wxDialog (parent, wxID_ANY, _("Make KDMs"))