Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / film_viewer.cc
index 5f609856fbf6afcca3a02545f172c514f12a8382..151b578cd8d4f05923fc1c4b7f33ad91d948580f 100644 (file)
@@ -69,6 +69,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;
 using namespace dcpomatic;