diff options
Diffstat (limited to 'src/picture_asset_writer.cc')
| -rw-r--r-- | src/picture_asset_writer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/picture_asset_writer.cc b/src/picture_asset_writer.cc index 6861562e..a8dee68c 100644 --- a/src/picture_asset_writer.cc +++ b/src/picture_asset_writer.cc @@ -40,7 +40,7 @@ #include <stdint.h> using std::string; -using boost::shared_ptr; +using std::shared_ptr; using namespace dcp; PictureAssetWriter::PictureAssetWriter (PictureAsset* asset, boost::filesystem::path file, bool overwrite) |
