diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-10-08 21:30:00 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-10-13 18:51:11 +0200 |
| commit | 497803ab4424ce23affd231a01d625ddf3cf3aca (patch) | |
| tree | 451c08c8e70d65df680f75aa4df114f1a7698826 /test/dcp_playback_test.cc | |
| parent | ec04e5a068b8040d47fa125b8414a49a34f7b1a6 (diff) | |
Some macOS test build fixes.
Diffstat (limited to 'test/dcp_playback_test.cc')
| -rw-r--r-- | test/dcp_playback_test.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/dcp_playback_test.cc b/test/dcp_playback_test.cc index 2cabd0a0b..120fecede 100644 --- a/test/dcp_playback_test.cc +++ b/test/dcp_playback_test.cc @@ -28,6 +28,9 @@ using std::pair; using boost::shared_ptr; using boost::optional; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif using namespace dcpomatic; /** Simulate the work that the player does, for profiling */ |
