summaryrefslogtreecommitdiff
path: root/games/xevil/files/patch-cmn::area.cpp
blob: 1c268954c8a00153236bac56abcb4798fb12500e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- cmn/area.cpp.orig	2012-05-27 06:52:29.000000000 +0900
+++ cmn/area.cpp	2012-05-27 06:53:11.000000000 +0900
@@ -34,12 +34,13 @@
 extern "C" {
 #include <limits.h> // For INT_MAX
 }
-#include <iostream.h>
+#include <iostream>
 #include "utils.h"
 #include "coord.h"
 #include "area.h"
 
 
+using namespace std;
 
 Size Area::operator - (const Area &other) const {
   assert ((shape == AR_RECT) && (other.shape == AR_RECT));