$NetBSD: patch-af,v 1.1 2004/03/26 01:34:08 kristerw Exp $ --- ui.C.orig Fri Mar 26 02:21:44 2004 +++ ui.C Fri Mar 26 02:22:21 2004 @@ -23,6 +23,7 @@ hardts@alum.mit.edu http://graphics.lcs.mit.edu/~hardts/xevil.html */ +using namespace std; #ifndef NO_PRAGMAS #pragma implementation "ui.h" @@ -42,7 +43,8 @@ } #include -#include +#include +using std::ostrstream; #include "coord.h" #include "ui.h"