std::shared_ptr
[dcpomatic.git] / src / lib / analyse_subtitles_job.cc
index 92fb9657c143019486a6ff22b992926ca56f3570..df3cb3181a6b62ad66993c7c184c1cb541090640 100644 (file)
@@ -31,8 +31,8 @@
 #include "i18n.h"
 
 using std::string;
-using boost::shared_ptr;
-using boost::weak_ptr;
+using std::shared_ptr;
+using std::weak_ptr;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;
 #endif