pot/merge.
[dcpomatic.git] / src / tools / swaroop_dcpomatic_playlist.cc
index a15a7c6bdeb85ec4b7c0d225fbd91712114a99a2..e22961240a67086773558725a97586e947aef6a1 100644 (file)
@@ -45,6 +45,10 @@ 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
 {