Some macOS test build fixes.
[dcpomatic.git] / test / util_test.cc
index 610555ad687a0ce2dc8400846acdd996d823fc95..c1d11b7612c5968696bb58a41a5bbe5d7815dc72 100644 (file)
@@ -35,6 +35,9 @@ using std::string;
 using std::vector;
 using std::list;
 using boost::shared_ptr;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 using namespace dcpomatic;
 
 BOOST_AUTO_TEST_CASE (digest_head_tail_test)