macOS / new boost build fixes.
[dcpomatic.git] / src / lib / player.cc
index 57fc7a67c6bdeab59cc591a9c316ce655b3494fc..4417c940d5671efaee74f4f24e68af615984b497 100644 (file)
@@ -78,6 +78,9 @@ using boost::weak_ptr;
 using boost::dynamic_pointer_cast;
 using boost::optional;
 using boost::scoped_ptr;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 using namespace dcpomatic;
 
 int const PlayerProperty::VIDEO_CONTAINER_SIZE = 700;