Build fixes for Boost >= 1.73
[dcpomatic.git] / src / lib / butler.cc
index ab3e9b94ebf6221780619cdacbf7cf123b31550f..3e557cffa1b8a1f9e5e82cddb0d811279cbc2c90 100644 (file)
@@ -38,6 +38,9 @@ using boost::shared_ptr;
 using boost::bind;
 using boost::optional;
 using boost::function;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 /** Minimum video readahead in frames */
 #define MINIMUM_VIDEO_READAHEAD 10