summaryrefslogtreecommitdiff
path: root/games/xevil/files/patch-cmn::role.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/xevil/files/patch-cmn::role.cpp')
-rw-r--r--games/xevil/files/patch-cmn::role.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/xevil/files/patch-cmn::role.cpp b/games/xevil/files/patch-cmn::role.cpp
new file mode 100644
index 000000000000..7f5ecfc4a643
--- /dev/null
+++ b/games/xevil/files/patch-cmn::role.cpp
@@ -0,0 +1,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