mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-30 07:14:09 +08:00
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:
parent
fc95cf7078
commit
1b391ba942
@ -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
|
||||
|
@ -46,7 +46,7 @@
|
||||
*/
|
||||
|
||||
#include <cstdio>
|
||||
#include <iostream>
|
||||
#include <ostream>
|
||||
#include <bits/functexcept.h>
|
||||
|
||||
#include <ext/algorithm> // For copy_n and lexicographical_compare_3way
|
||||
|
Loading…
Reference in New Issue
Block a user