std::shared_ptr
[dcpomatic.git] / test / player_test.cc
index b5f082e743a7ddb4580ca716c3ed7f5a0a5fb79c..46bd016098a4bee1a41b283c917b64a5a0076ad1 100644 (file)
@@ -46,7 +46,7 @@
 using std::cout;
 using std::list;
 using std::pair;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::bind;
 using boost::optional;
 #if BOOST_VERSION >= 106100