Build fixes for Boost >= 1.73
[dcpomatic.git] / src / tools / dcpomatic_playlist.cc
index b2b5c458a915b96dd263bf0882658009757f1ff1..77dd643d72a80acd9731781583105b19fe14e772 100644 (file)
@@ -49,6 +49,9 @@ using boost::shared_ptr;
 using boost::weak_ptr;
 using boost::bind;
 using boost::dynamic_pointer_cast;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 class ContentDialog : public wxDialog, public ContentStore
 {