std::shared_ptr
[libdcp.git] / src / reel_sound_asset.cc
index 40466ff31d69a56af93f7e46a20a5c26184a8524..520959990bbe49965a2a8e16fd94ef7e3ff886d1 100644 (file)
@@ -41,7 +41,7 @@
 #include <libxml++/libxml++.h>
 
 using std::string;
-using boost::shared_ptr;
+using std::shared_ptr;
 using namespace dcp;
 
 ReelSoundAsset::ReelSoundAsset (shared_ptr<SoundAsset> asset, int64_t entry_point)