diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-10-23 21:44:09 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-10-23 21:44:09 +0200 |
| commit | 268dc9b78b0086e21e2748c13e4811cf0d0518f8 (patch) | |
| tree | 36b7735806492e141d8a48defca082f616db39a4 /test/dcp_test.cc | |
| parent | 45c071647463ef7a4e18faae31d1523cae11821f (diff) | |
macOS / new boost build fixes.
Diffstat (limited to 'test/dcp_test.cc')
| -rw-r--r-- | test/dcp_test.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/dcp_test.cc b/test/dcp_test.cc index 1129b711..167d9154 100644 --- a/test/dcp_test.cc +++ b/test/dcp_test.cc @@ -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 */ |
