Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / audio_panel.cc
index 8c3d6f6caa09932c1b7c311ae11c0fd1642a9881..76dcbad67889ebb59377975046151d0ffe1389d5 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"))