From 497803ab4424ce23affd231a01d625ddf3cf3aca Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 8 Oct 2020 21:30:00 +0200 Subject: Some macOS test build fixes. --- test/empty_test.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/empty_test.cc') diff --git a/test/empty_test.cc b/test/empty_test.cc index 60427ca40..7b374ba49 100644 --- a/test/empty_test.cc +++ b/test/empty_test.cc @@ -36,6 +36,9 @@ using std::list; using boost::shared_ptr; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif using namespace dcpomatic; bool -- cgit v1.2.3