summaryrefslogtreecommitdiff
path: root/games/wormz/patches/patch-include_Debug.hh
blob: dd36fdef7cbfac3a744e9d551c5e5caa890f6030 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-include_Debug.hh,v 1.1 2011/12/05 22:47:14 joerg Exp $

--- include/Debug.hh.orig	1997-11-01 11:49:56.000000000 +0000
+++ include/Debug.hh
@@ -12,7 +12,8 @@
 #undef DEBUGPaint
 #endif
 
-#include <iostream.h>
+#include <iostream>
+using namespace std;
 #ifdef DEBUG
 #include <time.h>
 #endif