]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2003-08-18 Petur Runolfsson <peturr02@ru.is>
authorgdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Aug 2003 08:03:09 +0000 (08:03 +0000)
committergdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Aug 2003 08:03:09 +0000 (08:03 +0000)
        * include/ext/ropeimpl.h:
        #include <ostream> instead of <iostream>

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70562 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/include/ext/ropeimpl.h

index 32a2589d5b076a43914e3da836528c0b708a95ed..6bdc6ff91d64399f3f6e2dd8699b8005a0a68b62 100644 (file)
@@ -1,3 +1,7 @@
+2003-08-19  Petur Runolfsson  <peturr02@ru.is>
+
+        * include/ext/ropeimpl.h: #include <ostream> instead of <iostream>
+       
 2003-08-17  Phil Edwards  <pme@gcc.gnu.org>
 
        * configure.ac:  GCC_NO_EXECUTABLES was supposed to be commented
index 3c8b86735976dfab66ed9edd104e0400a921ada5..6129084deb6d32a67f63021e83257014ec09077a 100644 (file)
@@ -46,7 +46,7 @@
  */
 
 #include <cstdio>     
-#include <iostream>
+#include <ostream>
 #include <bits/functexcept.h>
 
 #include <ext/algorithm> // For copy_n and lexicographical_compare_3way