Build fixes for Boost >= 1.73
[dcpomatic.git] / src / tools / dcpomatic.cc
index 12b8e71dfbe325eba3d80e3143daba8e3a7c0da1..60f11752e89988687192314ec451490e0094d262 100644 (file)
@@ -131,6 +131,9 @@ using boost::optional;
 using boost::function;
 using boost::is_any_of;
 using boost::algorithm::find;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 using dcp::raw_convert;
 
 class FilmChangedClosingDialog : public boost::noncopyable