std::shared_ptr
[libdcp.git] / test / sync_test.cc
index 0bffdb838fb5a8bd93e3dc55c095d7e7fda25cb3..cbfd74007fac19c58af25cae5f5f5c8721bef669 100644 (file)
 #include "sound_asset_writer.h"
 #include "test.h"
 #include <boost/filesystem.hpp>
-#include <boost/shared_ptr.hpp>
+#include <memory>
 #include <boost/test/unit_test.hpp>
 #include <vector>
 
 
 using std::vector;
 using boost::shared_array;
-using boost::shared_ptr;
+using std::shared_ptr;
 
 
 static const int sample_A = 0.038 * 8388608;