From: Carl Hetherington Date: Mon, 25 Nov 2013 11:47:19 +0000 (+0000) Subject: Missing using. X-Git-Tag: v0.84~9 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=2ee05f7ecc1847f1840610090ef3c093cf4a6554;p=libdcp.git Missing using. --- diff --git a/src/util.cc b/src/util.cc index 8624ae51..3508e64f 100644 --- a/src/util.cc +++ b/src/util.cc @@ -46,6 +46,7 @@ #include "xyz_frame.h" using std::string; +using std::wstring; using std::cout; using std::stringstream; using std::min;