Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / timing_panel.cc
index f2fd65930164569d6fb48257033a003e336be4d5..0b1b9771b61ba88eb63f22a0d696fcd9e8dc88f8 100644 (file)
@@ -51,6 +51,9 @@ using boost::shared_ptr;
 using boost::weak_ptr;
 using boost::dynamic_pointer_cast;
 using boost::optional;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 using dcp::locale_convert;
 
 TimingPanel::TimingPanel (ContentPanel* p, weak_ptr<FilmViewer> viewer)