summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Chastain <mec.gnu@mindspring.com>2002-01-16 16:29:32 +0000
committerMichael Chastain <mec.gnu@mindspring.com>2002-01-16 16:29:32 +0000
commiteb43f37ee9795971cc781324767b65c1a03afad2 (patch)
treecbe8f00fdf334753ad26a15f43c3868ebc2d9e4c
parent59b4bbbdf0d74be495ac30c60c7696abcd67def1 (diff)
downloadgdb-eb43f37ee9795971cc781324767b65c1a03afad2.tar.gz
Port this fix from mainline to 5.1 branch:
2002-01-08 Jason Merrill <jason@redhat.com> * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
-rw-r--r--gdb/testsuite/gdb.c++/userdef.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.c++/userdef.cc b/gdb/testsuite/gdb.c++/userdef.cc
index 9ad6c869b6e..95a40552718 100644
--- a/gdb/testsuite/gdb.c++/userdef.cc
+++ b/gdb/testsuite/gdb.c++/userdef.cc
@@ -1,4 +1,6 @@
-#include <iostream.h>
+#include <iostream>
+
+using namespace std;
void marker1()
{