]> git.lyx.org Git - features.git/commitdiff
Compile fix.
authorAngus Leeming <leeming@lyx.org>
Wed, 19 Jun 2002 10:39:57 +0000 (10:39 +0000)
committerAngus Leeming <leeming@lyx.org>
Wed, 19 Jun 2002 10:39:57 +0000 (10:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4430 a592a061-630c-0410-9148-cb99ea01b6c8

src/graphics/ChangeLog
src/graphics/GraphicsConverter.C

index d06368dcf1af9a32cd8968686aaeb8fcf92e062c..6753d236718dc046646283e3df05b1f4c39d225f 100644 (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 
index 370f26f791e9ee1372d629415e8dd696bc43349c..fbf5f6759e1b049366e7eb1e8ae2d906371fc9e5 100644 (file)
@@ -26,6 +26,9 @@
 
 #include <fstream>
 
+using std::endl;
+
+
 namespace {
 
 string const move_file(string const & from_file, string const & to_file)