summaryrefslogtreecommitdiff
path: root/test/player_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/player_test.cc')
-rw-r--r--test/player_test.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/player_test.cc b/test/player_test.cc
index 6dd78dbb2..c41920de8 100644
--- a/test/player_test.cc
+++ b/test/player_test.cc
@@ -49,6 +49,9 @@ using std::pair;
using boost::shared_ptr;
using boost::bind;
using boost::optional;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
using namespace dcpomatic;
static shared_ptr<AudioBuffers> accumulated;