Some macOS test build fixes.
[dcpomatic.git] / test / player_test.cc
index 6dd78dbb298adaff8e3fc4110c99fe6202afc64d..c41920de805c6c698110396bdcdbf1238a07880b 100644 (file)
@@ -49,6 +49,9 @@ using std::pair;
 using boost::shared_ptr;
 using boost::bind;
 using boost::optional;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 using namespace dcpomatic;
 
 static shared_ptr<AudioBuffers> accumulated;