Compile fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4457 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-06-21 16:33:12 +00:00
parent 44ef0657e2
commit 1e23537a43
2 changed files with 5 additions and 0 deletions

View 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:

View File

@ -31,6 +31,7 @@
#include "language.h"
#include "debug.h"
using std::endl;
using std::max;
using std::min;