Use dcp::file_to_string().
[dcpomatic.git] / src / lib / atmos_decoder.cc
index 4ebb07f8ac19818c173c2cfb69adcad4a2a71d19..478c4580977cd8e2ad8bcc33fb5904976d0a4ade 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2020 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2020-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -27,7 +27,7 @@
 #include "film.h"
 
 
-using boost::shared_ptr;
+using std::shared_ptr;
 
 
 AtmosDecoder::AtmosDecoder (Decoder* parent, shared_ptr<const Content> content)