Compile fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4430 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-06-19 10:39:57 +00:00
parent fd2e28d76b
commit fff706a248
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-06-19 Angus Leeming <leeming@lyx.org>
* GraphicsConverter.C: add using std::endl directive.
2002-06-17 Herbert Voss <voss@lyx.org>
* GraphicsCachItem.C: (findTargetFormat)return xpm-format as a

View File

@ -26,6 +26,9 @@
#include <fstream>
using std::endl;
namespace {
string const move_file(string const & from_file, string const & to_file)