Fix to allow re-writing of SMPTE subtitles.
[libdcp.git] / src / asset_writer.h
index dcf57aad8ab7064130937a19a63a19cd363186c4..8842917aabf633b15d1be6cbf746708b5ade8350 100644 (file)
@@ -41,6 +41,7 @@
 #include "types.h"
 #include "crypto_context.h"
 #include <boost/filesystem.hpp>
+#include <boost/noncopyable.hpp>
 
 namespace dcp {
 
@@ -77,7 +78,7 @@ protected:
        bool _finalized;
        /** true if something has been written to this asset */
        bool _started;
-       boost::shared_ptr<EncryptionContext> _crypto_context;
+       std::shared_ptr<EncryptionContext> _crypto_context;
 };
 
 }