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/ffmpeg_decoder_sequential_test.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/ffmpeg_decoder_sequential_test.cc') diff --git a/test/ffmpeg_decoder_sequential_test.cc b/test/ffmpeg_decoder_sequential_test.cc index d8293b6fe..b4ff8ce5f 100644 --- a/test/ffmpeg_decoder_sequential_test.cc +++ b/test/ffmpeg_decoder_sequential_test.cc @@ -42,6 +42,9 @@ using std::list; using boost::shared_ptr; using boost::optional; using boost::bind; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif using namespace dcpomatic; static DCPTime next; -- cgit v1.2.3