summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-25 11:47:19 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-25 11:47:19 +0000
commit2ee05f7ecc1847f1840610090ef3c093cf4a6554 (patch)
treef385b00e1800743c4470ea9f7c8ad780e2dc8611
parent6b8fdf76aa221f037140bbf0ee1aa835df60778f (diff)
Missing using.
-rw-r--r--src/util.cc1
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;