Fix boost bind placeholder warnings.
[libdcp.git] / test / make_digest_test.cc
index 98792e62910a8da286a5638ef1a4dcc3567891da..c710f572872e98e6c8d3965b5f9ec69ab3c6ffec 100644 (file)
 
 #include "array_data.h"
 #include "util.h"
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
 #include <boost/random.hpp>
 #include <boost/test/unit_test.hpp>
 #include <sys/time.h>
 
 
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
+
+
 void progress (float)
 {