Missing using.
authorCarl Hetherington <cth@carlh.net>
Mon, 25 Nov 2013 11:47:19 +0000 (11:47 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 25 Nov 2013 11:47:19 +0000 (11:47 +0000)
src/util.cc

index 8624ae5184e3273acbd9194fcf9bc785815d7a97..3508e64fe16812781e0d102880a9033f7a0f3150 100644 (file)
@@ -46,6 +46,7 @@
 #include "xyz_frame.h"
 
 using std::string;
+using std::wstring;
 using std::cout;
 using std::stringstream;
 using std::min;