Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / film_viewer.cc
index f68b213091e7d26ab8f527552ba2081892bd09ef..428b5c4fa089ac4b842d9345f07d09df28910d18 100644 (file)
@@ -67,6 +67,9 @@ using boost::shared_ptr;
 using boost::dynamic_pointer_cast;
 using boost::weak_ptr;
 using boost::optional;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 using dcp::Size;
 
 static