diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-25 11:47:19 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-25 11:47:19 +0000 |
| commit | 2ee05f7ecc1847f1840610090ef3c093cf4a6554 (patch) | |
| tree | f385b00e1800743c4470ea9f7c8ad780e2dc8611 /src/util.cc | |
| parent | 6b8fdf76aa221f037140bbf0ee1aa835df60778f (diff) | |
Missing using.
Diffstat (limited to 'src/util.cc')
| -rw-r--r-- | src/util.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
