std::shared_ptr
[libdcp.git] / src / util.cc
index 56b448897e53a43ab5210e9f2fac258b4cfae477..133f6dc945ec2f69b59362cd975747bd83648ae1 100644 (file)
@@ -70,7 +70,7 @@ using std::list;
 using std::setw;
 using std::setfill;
 using std::ostream;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::shared_array;
 using boost::optional;
 using boost::function;