std::shared_ptr
[dcpomatic.git] / test / util_test.cc
index df494b0f4dc6f265e3cf9ef2ff9c91f034f0e7d4..56de057a68bc76997e5bb4a6a1289ecc480ed023 100644 (file)
 #include "test.h"
 #include <dcp/certificate_chain.h>
 #include <boost/test/unit_test.hpp>
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
 
 using std::string;
 using std::vector;
 using std::list;
-using boost::shared_ptr;
+using std::shared_ptr;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;
 #endif