macOS / new boost build fixes.
authorCarl Hetherington <cth@carlh.net>
Fri, 23 Oct 2020 19:44:09 +0000 (21:44 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 23 Oct 2020 19:44:09 +0000 (21:44 +0200)
test/dcp_test.cc

index 1129b7116a538f6a6387e77de0a9b157f6a3c11a..167d9154c81c27a40e39b5001b88ddc75b39454a 100644 (file)
@@ -54,6 +54,9 @@
 using std::string;
 using std::vector;
 using boost::shared_ptr;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 
 /** Test creation of a 2D SMPTE DCP from very simple inputs */