X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftools%2Fdcpomatic_kdm.cc;h=5393a7fd17476ad0a5cb02da25bbe55c7b49f7bd;hb=bab59a964fe7fe6dabf1fb3df95ed5d7ec8df88a;hp=b9d71d27338ddf6ee8cd39c93b5d01c1f36768b0;hpb=6ebec6b3ca11a7062ae19176096b1b157275d015;p=dcpomatic.git diff --git a/src/tools/dcpomatic_kdm.cc b/src/tools/dcpomatic_kdm.cc index b9d71d273..5393a7fd1 100644 --- a/src/tools/dcpomatic_kdm.cc +++ b/src/tools/dcpomatic_kdm.cc @@ -74,6 +74,7 @@ LIBDCP_ENABLE_WARNINGS #endif +using std::dynamic_pointer_cast; using std::exception; using std::list; using std::make_shared; @@ -86,7 +87,6 @@ using std::vector; using boost::bind; using boost::optional; using boost::ref; -using std::dynamic_pointer_cast; #if BOOST_VERSION >= 106100 using namespace boost::placeholders; #endif