std::shared_ptr
[dcpomatic.git] / src / lib / combine_dcp_job.cc
index b3c29b2056fe98b94e8f448c3c638ed3d32a57da..3497d4b72a6a986cb8cf611d00af5a8b4fdaa0e1 100644 (file)
@@ -28,7 +28,7 @@
 
 using std::string;
 using std::vector;
-using boost::shared_ptr;
+using std::shared_ptr;
 
 
 CombineDCPJob::CombineDCPJob (vector<boost::filesystem::path> inputs, boost::filesystem::path output)