Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / audio_panel.cc
index ccdb579079dc166ef79acc1269760de64ae2f0ea..b2889270f724fda3c658e9642179329210724ed8 100644 (file)
@@ -46,6 +46,9 @@ using std::pair;
 using boost::dynamic_pointer_cast;
 using boost::shared_ptr;
 using boost::optional;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 AudioPanel::AudioPanel (ContentPanel* p)
        : ContentSubPanel (p, _("Audio"))