std::shared_ptr
[dcpomatic.git] / src / lib / j2k_encoder.cc
index 796523b38df4e5b714c8789b6d4a442c9c91c9f2..273bce8fb6331acc76101e2b1b1a0f42ce609c44 100644 (file)
@@ -45,8 +45,8 @@
 using std::list;
 using std::cout;
 using std::exception;
-using boost::shared_ptr;
-using boost::weak_ptr;
+using std::shared_ptr;
+using std::weak_ptr;
 using boost::optional;
 using dcp::Data;
 using namespace dcpomatic;