X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Faudio_panel.cc;h=76dcbad67889ebb59377975046151d0ffe1389d5;hp=8c3d6f6caa09932c1b7c311ae11c0fd1642a9881;hb=c04fec82d25127fafa73c3daff87bece9aa8c8e8;hpb=63ea8ea5fdfff1158def8c57361bcc3da21e2ad6 diff --git a/src/wx/audio_panel.cc b/src/wx/audio_panel.cc index 8c3d6f6ca..76dcbad67 100644 --- a/src/wx/audio_panel.cc +++ b/src/wx/audio_panel.cc @@ -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"))