diff --git a/src/graphics/ChangeLog b/src/graphics/ChangeLog index d06368dcf1..6753d23671 100644 --- a/src/graphics/ChangeLog +++ b/src/graphics/ChangeLog @@ -1,3 +1,7 @@ +2002-06-19 Angus Leeming + + * GraphicsConverter.C: add using std::endl directive. + 2002-06-17 Herbert Voss * GraphicsCachItem.C: (findTargetFormat)return xpm-format as a diff --git a/src/graphics/GraphicsConverter.C b/src/graphics/GraphicsConverter.C index 370f26f791..fbf5f6759e 100644 --- a/src/graphics/GraphicsConverter.C +++ b/src/graphics/GraphicsConverter.C @@ -26,6 +26,9 @@ #include +using std::endl; + + namespace { string const move_file(string const & from_file, string const & to_file)