X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Ftimeline.cc;h=7b9758febd16a4b3a27e300ab0f259745a3c5c42;hp=c9a6dc9f172e056d5e29310a98ac87fe9857ec40;hb=c04fec82d25127fafa73c3daff87bece9aa8c8e8;hpb=63ea8ea5fdfff1158def8c57361bcc3da21e2ad6 diff --git a/src/wx/timeline.cc b/src/wx/timeline.cc index c9a6dc9f1..7b9758feb 100644 --- a/src/wx/timeline.cc +++ b/src/wx/timeline.cc @@ -56,6 +56,9 @@ using boost::dynamic_pointer_cast; using boost::bind; using boost::optional; using namespace dcpomatic; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif /* 3 hours in 640 pixels */ double const Timeline::_minimum_pixels_per_second = 640.0 / (60 * 60 * 3);