std::shared_ptr
[dcpomatic.git] / src / lib / send_notification_email_job.cc
index 1c9d963388a1eefd1451984481f4b05f1df5484b..41d215ba2a79e7fe8fb41b5d42f518fd055f2fc3 100644 (file)
@@ -30,7 +30,7 @@
 
 using std::string;
 using std::list;
-using boost::shared_ptr;
+using std::shared_ptr;
 
 /** @param body Email body */
 SendNotificationEmailJob::SendNotificationEmailJob (string body)