std::shared_ptr
[dcpomatic.git] / src / lib / mid_side_decoder.cc
index fd80937ed2b3a5c7a96a3a24bfc9ee7ff92fe22d..eb87d245b54b7dc6168039157810ad2b68dbb91a 100644 (file)
@@ -27,7 +27,7 @@
 using std::string;
 using std::min;
 using std::vector;
-using boost::shared_ptr;
+using std::shared_ptr;
 
 string
 MidSideDecoder::name () const