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