diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mono_picture_asset.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mono_picture_asset.cc b/src/mono_picture_asset.cc index cc24e198..a72fd7d4 100644 --- a/src/mono_picture_asset.cc +++ b/src/mono_picture_asset.cc @@ -50,13 +50,13 @@ #include <asdcp/KM_fileio.h> -using std::string; -using std::vector; +using std::dynamic_pointer_cast; using std::list; +using std::make_shared; using std::pair; using std::shared_ptr; -using std::dynamic_pointer_cast; -using std::make_shared; +using std::string; +using std::vector; #if BOOST_VERSION >= 106100 using namespace boost::placeholders; #endif |
