]> git.lyx.org Git - features.git/commitdiff
Compile fix.
authorAngus Leeming <leeming@lyx.org>
Fri, 21 Jun 2002 16:33:12 +0000 (16:33 +0000)
committerAngus Leeming <leeming@lyx.org>
Fri, 21 Jun 2002 16:33:12 +0000 (16:33 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4457 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/ChangeLog
src/frontends/xforms/xscreen.C

index ae2e793674ccd4af001f3d5e09c692382ef668f0..51bb4af75957e4ee364afa727d3632272d88657d 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-21  Angus Leeming  <leeming@lyx.org>
+
+       * xscreen.C: add a using std::endl directive.
+
 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
 
        * FormPreferences.h:
index 2025de8d1ca6c61f846c4158855f31e45b917953..36513b90ed5d5e3bbe3b8d852bf253b669266f91 100644 (file)
@@ -31,6 +31,7 @@
 #include "language.h"
 #include "debug.h"
 
+using std::endl;
 using std::max;
 using std::min;