* gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
authorJason Merrill <jason@redhat.com>
Tue, 8 Jan 2002 16:00:16 +0000 (16:00 +0000)
committerJason Merrill <jason@redhat.com>
Tue, 8 Jan 2002 16:00:16 +0000 (16:00 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.c++/userdef.cc

index 32b35fe..0a91613 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-08  Jason Merrill  <jason@redhat.com>
+
+       * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
+
 2002-01-07  Fred Fish  <fnf@redhat.com>
 
        * gdb.c++/overload.exp: Remove unconditional xfails for:
index 9ad6c86..95a4055 100644 (file)
@@ -1,4 +1,6 @@
-#include <iostream.h>
+#include <iostream>
+
+using namespace std;
 
 void marker1()
 {