std::shared_ptr
[dcpomatic.git] / src / tools / dcpomatic_disk.cc
index d3a28cdc41c917045f64bd5bdbc544bcb5a4b613..ac0bb68df47dce48dc5be26074fcedfafdd5d463 100644 (file)
@@ -51,7 +51,7 @@ using std::string;
 using std::exception;
 using std::cout;
 using std::cerr;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::optional;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;