Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / audio_dialog.cc
index fadda5951aba1af8097b044814976a3cf7ac6f40..a7d43ece873434bd5186a4e18dfecaf263adc760 100644 (file)
@@ -42,6 +42,9 @@ using boost::bind;
 using boost::optional;
 using boost::const_pointer_cast;
 using boost::dynamic_pointer_cast;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 /** @param parent Parent window.
  *  @param film Film we are using.