std::shared_ptr
[dcpomatic.git] / src / lib / check_content_change_job.cc
index 644e730bbacf7025fe050e4f30fc9b67d80793e5..45a662e37e216dc3a5720441651ec6390c6887fb 100644 (file)
@@ -31,7 +31,7 @@
 using std::string;
 using std::list;
 using std::cout;
-using boost::shared_ptr;
+using std::shared_ptr;
 
 /** @param gui true if we are running this job from the GUI, false if it's the CLI */
 CheckContentChangeJob::CheckContentChangeJob (shared_ptr<const Film> film, shared_ptr<Job> following, bool gui)