From 2ee05f7ecc1847f1840610090ef3c093cf4a6554 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 25 Nov 2013 11:47:19 +0000 Subject: [PATCH] Missing using. --- src/util.cc | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2