Some macOS test build fixes.
[dcpomatic.git] / test / butler_test.cc
index 7575728fd3fce3bc6364df24145ff3013960cce2..9f87662fcfcc0b664e2d04fc638c996472083c57 100644 (file)
@@ -29,6 +29,9 @@
 #include <boost/test/unit_test.hpp>
 
 using boost::shared_ptr;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 using namespace dcpomatic;
 
 BOOST_AUTO_TEST_CASE (butler_test1)