X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fstream.hh;h=7e44506787ac0e9e0002b7efbc4e72ce6d19c968;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=7559d912016ba8b00739f1a4ca185be1e6590911;hpb=75eebcb49e52d296b1da3e1074e0825d2c780db4;p=lilypond.git diff --git a/lily/include/stream.hh b/lily/include/stream.hh index 7559d91201..7e44506787 100644 --- a/lily/include/stream.hh +++ b/lily/include/stream.hh @@ -3,23 +3,23 @@ source file of the GNU LilyPond music typesetter - (c) 2001--2006 Han-Wen Nienhuys + (c) 2001--2008 Han-Wen Nienhuys */ #ifndef STREAM_HH #define STREAM_HH +#include "std-string.hh" + #include #include using namespace std; -#include "string.hh" - #if __GNUC__ > 2 -ostream *open_file_stream (String file_name, +ostream *open_file_stream (string file_name, ios_base::openmode mode = ios::out); #else -ostream *open_file_stream (String file_name, int mode = ios::out); +ostream *open_file_stream (string file_name, int mode = ios::out); #endif void close_file_stream (ostream *os);