From: Angus Leeming Date: Wed, 19 Jun 2002 10:39:57 +0000 (+0000) Subject: Compile fix. X-Git-Tag: 1.6.10~19055 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=fff706a2485ddb331152747c137acb374e436ba0;p=features.git Compile fix. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4430 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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)