summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/dcp_test.cc3
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 */