summaryrefslogtreecommitdiff
path: root/games/xevil/files/patch-cmn::game.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/xevil/files/patch-cmn::game.h')
-rw-r--r--games/xevil/files/patch-cmn::game.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/xevil/files/patch-cmn::game.h b/games/xevil/files/patch-cmn::game.h
new file mode 100644
index 000000000000..ec1b32704c95
--- /dev/null
+++ b/games/xevil/files/patch-cmn::game.h
@@ -0,0 +1,12 @@
+--- cmn/game.h.dist Sat Mar 22 20:44:32 2003
++++ cmn/game.h Sat Oct 25 21:40:54 2003
+@@ -35,7 +35,8 @@
+ extern "C" {
+ #include <time.h>
+ }
+-#include <iostream.h>
++#include <iostream>
++using namespace std;
+ #include "utils.h"
+ #include "ui.h"
+ #include "world.h"