Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / dcp_panel.cc
index 3defe75e4822b938f5dac5d6b40699fc54e2e937..9f868f9f4c210e2e0bbfb40277fdc2b134c06184 100644 (file)
@@ -58,6 +58,9 @@ using std::max;
 using std::make_pair;
 using boost::lexical_cast;
 using boost::shared_ptr;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 using dcp::locale_convert;
 
 DCPPanel::DCPPanel (wxNotebook* n, boost::shared_ptr<Film> film)