Build fixes for Boost >= 1.73
[dcpomatic.git] / src / lib / analyse_audio_job.cc
index d52b4051534cc3937d9d42e24880573812d9b03b..1c3b1069aed8b5082bb6de938ba1960483ff3de9 100644 (file)
@@ -47,6 +47,9 @@ using std::min;
 using std::cout;
 using boost::shared_ptr;
 using boost::dynamic_pointer_cast;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 int const AnalyseAudioJob::_num_points = 1024;