summaryrefslogtreecommitdiff
path: root/databases/db3/patches/patch-ac
blob: 7a470979db3b6614042641e6239e413db672cc03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ac,v 1.1 2003/08/02 16:21:17 mrg Exp $

--- ../include/db_cxx.h.orig	2001-06-28 01:23:30.000000000 +1000
+++ ../include/db_cxx.h	2003-08-03 01:55:58.000000000 +1000
@@ -49,7 +49,8 @@
 // Forward declarations
 //
 
-#include <iostream.h>
+#include <iostream>
+using namespace std;
 #include <stdarg.h>
 #include "db.h"
 #include "cxx_common.h"