Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / video_panel.cc
index 7a892bb742571e343e0f9cedbad5e55b063a0596..5d82c17b3955e5d5d60358180a4e6b599034dad5 100644 (file)
@@ -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
 
 
 VideoPanel::VideoPanel (ContentPanel* p)