Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / video_panel.cc
index f74157faf1b7b719e1da9f9c71ceef5de827c45b..713ef9d2c25ad9ed3cc3ca237742e2d4a907688d 100644 (file)
@@ -53,6 +53,9 @@ using boost::shared_ptr;
 using boost::dynamic_pointer_cast;
 using boost::bind;
 using boost::optional;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 static VideoContentScale
 index_to_scale (int n)