X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fvideo_content.cc;h=4933de71bb0a85fd13acfb670b37fc086f664d62;hp=631abc417875e679fc066c49eb31e80c3f1b17b0;hb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;hpb=0d35820cf50d2789752b8776683b26d04642518d diff --git a/src/lib/video_content.cc b/src/lib/video_content.cc index 631abc417..4933de71b 100644 --- a/src/lib/video_content.cc +++ b/src/lib/video_content.cc @@ -61,9 +61,9 @@ using std::fixed; using std::setprecision; using std::list; using std::pair; -using boost::shared_ptr; +using std::shared_ptr; using boost::optional; -using boost::dynamic_pointer_cast; +using std::dynamic_pointer_cast; using dcp::raw_convert; using namespace dcpomatic;