X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fdcp_time.cc;h=e21eaf2794aa8d37ef25c0705f2f547d8ceb5018;hb=17932886d5c97de1aec6de6c6e4fb57aa456bf3e;hp=0bd0a4096c96d47f5e0d74421ceeeabf1f31dbc0;hpb=25c94845432db88a7ee3db459559eb555b8630b0;p=libdcp.git diff --git a/src/dcp_time.cc b/src/dcp_time.cc index 0bd0a409..e21eaf27 100644 --- a/src/dcp_time.cc +++ b/src/dcp_time.cc @@ -49,8 +49,11 @@ #include -using namespace std; -using namespace boost; +using std::ostream; +using std::string; +using std::vector; +using boost::is_any_of; +using boost::optional; using namespace dcp;