std::shared_ptr
[dcpomatic.git] / src / lib / overlaps.cc
index 5ed7a983261fdb3a2b76924bf5cbd531d615f95a..f5ccd48d0276db1153e1129f7e2ca1633bd2bbd9 100644 (file)
@@ -23,7 +23,7 @@
 #include "content.h"
 #include <boost/foreach.hpp>
 
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::function;
 using namespace dcpomatic;