std::shared_ptr
[dcpomatic.git] / src / lib / hints.cc
index 9781f24bb9e01bcd0cf1bc86094bda48248be2dc..e52e448cf0cd2b2e1011f05b07fdcd013634ce62 100644 (file)
@@ -52,8 +52,8 @@ using std::pair;
 using std::min;
 using std::max;
 using std::cout;
-using boost::shared_ptr;
-using boost::weak_ptr;
+using std::shared_ptr;
+using std::weak_ptr;
 using boost::optional;
 using boost::bind;
 using namespace dcpomatic;