* 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 32b35fea945b2241ba96f6af01cb8b59125e08cc..0a91613341252db38c71c5e587cc4d3f6fc5e3ed 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 9ad6c869b6ecca62d5dc875a69bc03b43b9ba8b4..95a40552718dd33eff58ba421ee1fbad9ec26a41 100644 (file)
@@ -1,4 +1,6 @@
-#include <iostream.h>
+#include <iostream>
+
+using namespace std;
 
 void marker1()
 {