Build fixes for Boost >= 1.73
[dcpomatic.git] / src / tools / dcpomatic.cc
index 9d40ff3bde4bd90b01d4ffc67fbf9636779a2a9c..d0d8320083517fabe80a9b1344e1f5d1128066e5 100644 (file)
@@ -125,6 +125,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