macOS / new boost build fixes.
[dcpomatic.git] / src / wx / dkdm_dialog.cc
index c77123526cf8fbc0191a3f85348d3c6cb4e39928..5b89d28fafecdbf394c10c9d9c33c76c03a97003 100644 (file)
@@ -49,6 +49,10 @@ using std::runtime_error;
 using boost::shared_ptr;
 using boost::bind;
 using boost::optional;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
+
 
 DKDMDialog::DKDMDialog (wxWindow* parent, shared_ptr<const Film> film)
        : wxDialog (parent, wxID_ANY, _("Make DKDMs"))