summaryrefslogtreecommitdiff
path: root/games/xevil/patches/patch-af
blob: 91e5fd59237829f75ebe7462d593dc0df29b9fa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$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 <iostream.h>
-#include <strstream.h>
+#include <strstream>
+using std::ostrstream;
 
 #include "coord.h"
 #include "ui.h"