diff options
Diffstat (limited to 'src/lib/video_mxf_decoder.cc')
| -rw-r--r-- | src/lib/video_mxf_decoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_mxf_decoder.cc b/src/lib/video_mxf_decoder.cc index 488f83778..d2b057972 100644 --- a/src/lib/video_mxf_decoder.cc +++ b/src/lib/video_mxf_decoder.cc @@ -29,7 +29,7 @@ #include <dcp/stereo_picture_asset_reader.h> #include <dcp/exceptions.h> -using boost::shared_ptr; +using std::shared_ptr; using boost::optional; using namespace dcpomatic; |
