Some macOS test build fixes.
[dcpomatic.git] / test / ffmpeg_decoder_seek_test.cc
index 7ee225d510943e3bf56998ad46a1608a052b1e5e..230c5476869c9aa70632be3b59f47ac1e152b142 100644 (file)
@@ -44,6 +44,9 @@ using std::list;
 using std::cout;
 using boost::shared_ptr;
 using boost::optional;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 using namespace dcpomatic;
 
 static optional<ContentVideo> stored;