summaryrefslogtreecommitdiff
path: root/games/xevil/patches/patch-ak
blob: 55e77647912721affcd00db80dc08ff5922b3796 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-ak,v 1.1.1.1 2005/01/25 15:59:27 xtraeme Exp $

--- cmn/physical.cpp.orig	2000-01-19 20:38:14.000000000 -0800
+++ cmn/physical.cpp	2003-11-22 11:29:34.000000000 -0800
@@ -33,10 +33,11 @@
 // Include Files
 #include "xdata.h"
 #include "physical.h"
-#include <iostream.h>
+#include <iostream>
+using namespace std;
 
 #if X11
-#include <strstream.h>
+#include <strstream>
 #endif
 #if WIN32
 #include <strstrea.h>