summaryrefslogtreecommitdiff
path: root/games/xevil/files/patch-cmn::game.cpp
blob: 0ce375a3ced29373078b60219103279b1bda4429 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- cmn/game.cpp.orig	Sat Mar 22 22:20:00 2003
+++ cmn/game.cpp	Sat Oct 25 21:40:23 2003
@@ -34,7 +34,8 @@
 }
 
 #if X11
-#include <strstream.h>
+#include <strstream>
+using namespace std;
 #endif
 #if WIN32
 #include <strstrea.h>