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