X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fplaylist.cc;h=89990a42796b34c9b54aa7f9e1844c4fb048424a;hp=b96b0fbe0edf48a809ba93f89c28e87de56a5b08;hb=c04fec82d25127fafa73c3daff87bece9aa8c8e8;hpb=63ea8ea5fdfff1158def8c57361bcc3da21e2ad6 diff --git a/src/lib/playlist.cc b/src/lib/playlist.cc index b96b0fbe0..89990a427 100644 --- a/src/lib/playlist.cc +++ b/src/lib/playlist.cc @@ -34,6 +34,7 @@ #include "compose.hpp" #include #include +#include #include #include #include @@ -52,6 +53,9 @@ using boost::shared_ptr; using boost::weak_ptr; using boost::dynamic_pointer_cast; using namespace dcpomatic; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif Playlist::Playlist () : _sequence (true)