ropeimpl.h: #include <ostream> instead of <iostream>

2003-08-18  Petur Runolfsson  <peturr02@ru.is>

        * include/ext/ropeimpl.h:
        #include <ostream> instead of <iostream>

From-SVN: r70562
This commit is contained in:
Petur Runolfsson 2003-08-19 08:03:09 +00:00 committed by Gabriel Dos Reis
parent fc95cf7078
commit 1b391ba942
2 changed files with 5 additions and 1 deletions

View 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

View 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