summaryrefslogtreecommitdiff
path: root/games/xevil/files/patch-cmn::role.cpp
blob: 7f5ecfc4a64384c5f887397cb5f03e912095bcbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- cmn/role.cpp.orig	Wed Jan 19 12:54:34 2000
+++ cmn/role.cpp	Sat Oct 25 21:43:43 2003
@@ -29,9 +29,10 @@
 
 #include "stdafx.h"
 
-#include <iostream.h>
+#include <iostream>
+using namespace std;
 #if X11
-#include <strstream.h>
+#include <strstream>
 #include <time.h>
 #endif
 #if WIN32