diff options
Diffstat (limited to 'games/xevil/files/patch-cmn::area.cpp')
-rw-r--r-- | games/xevil/files/patch-cmn::area.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/xevil/files/patch-cmn::area.cpp b/games/xevil/files/patch-cmn::area.cpp new file mode 100644 index 000000000000..15133f5610f2 --- /dev/null +++ b/games/xevil/files/patch-cmn::area.cpp @@ -0,0 +1,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" |