Build fixes for Boost >= 1.73
[dcpomatic.git] / src / tools / dcpomatic_playlist.cc
index 64549765fd8acad416c823bf3fdc69694c519a39..b7f831420a2556c6889abf9e8bbdf5830df59bbe 100644 (file)
@@ -44,6 +44,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
 {