summaryrefslogtreecommitdiff
path: root/games/xevil/patches/patch-af
blob: 8fee72be442516e39970d37638de1515233b02fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-af,v 1.2 2005/01/25 16:02:26 xtraeme Exp $

--- cmn/game_style.h.orig	2003-11-22 10:56:44.000000000 -0800
+++ cmn/game_style.h	2003-11-22 10:56:59.000000000 -0800
@@ -31,7 +31,8 @@
 #endif 
 
 #if X11
-#include <strstream.h>
+#include <strstream>
+using namespace std;
 #endif
 #if WIN32
 #include <strstrea.h>