summaryrefslogtreecommitdiff
path: root/games/xevil/files/patch-cmn::area.cpp
blob: 15133f5610f214c54ea66f986296defcce74617b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- cmn/area.cpp.orig	Wed Mar 19 10:04:22 2003
+++ cmn/area.cpp	Sat Oct 25 21:39:50 2003
@@ -34,7 +34,8 @@
 extern "C" {
 #include <limits.h> // For INT_MAX
 }
-#include <iostream.h>
+#include <iostream>
+using namespace std;
 #include "utils.h"
 #include "coord.h"
 #include "area.h"