Commit 1b391ba9 by Petur Runolfsson Committed by Gabriel Dos Reis

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
parent fc95cf70
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> 2003-08-17 Phil Edwards <pme@gcc.gnu.org>
* configure.ac: GCC_NO_EXECUTABLES was supposed to be commented * configure.ac: GCC_NO_EXECUTABLES was supposed to be commented
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
*/ */
#include <cstdio> #include <cstdio>
#include <iostream> #include <ostream>
#include <bits/functexcept.h> #include <bits/functexcept.h>
#include <ext/algorithm> // For copy_n and lexicographical_compare_3way #include <ext/algorithm> // For copy_n and lexicographical_compare_3way
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment