std::shared_ptr
[libdcp.git] / test / dcp_test.cc
index 135887d5b60a8bdfe3c892cd061c204caa2b2b5f..347d433d7412be9f9a2531d7e23f9f010ccc8a39 100644 (file)
@@ -54,8 +54,8 @@
 
 using std::string;
 using std::vector;
-using boost::dynamic_pointer_cast;
-using boost::shared_ptr;
+using std::dynamic_pointer_cast;
+using std::shared_ptr;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;
 #endif