X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fdcp_playback_test.cc;fp=test%2Fdcp_playback_test.cc;h=120fecede9b17ab4dbfca8b3f43a7b63428f6c1a;hb=497803ab4424ce23affd231a01d625ddf3cf3aca;hp=2cabd0a0b266cc7dac24a309ebeab64d05e89297;hpb=ec04e5a068b8040d47fa125b8414a49a34f7b1a6;p=dcpomatic.git 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 */