macOS / new boost build fixes.
[dcpomatic.git] / src / tools / dcpomatic_disk.cc
index 7bea4d8e911693f81a4288657e87328133b1a484..92429aa53238c43a75a57bae33328750c895696a 100644 (file)
@@ -53,6 +53,10 @@ using std::cout;
 using std::cerr;
 using boost::shared_ptr;
 using boost::optional;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
+
 
 class DOMFrame : public wxFrame
 {