diff options
Diffstat (limited to 'tools/dcpdiff.cc')
| -rw-r--r-- | tools/dcpdiff.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/dcpdiff.cc b/tools/dcpdiff.cc index 80d4b049..3940c0d4 100644 --- a/tools/dcpdiff.cc +++ b/tools/dcpdiff.cc @@ -50,6 +50,9 @@ using std::string; using boost::shared_ptr; using boost::optional; using boost::dynamic_pointer_cast; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif using namespace dcp; static bool verbose = false; |
