mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Compile fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4457 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
44ef0657e2
commit
1e23537a43
@ -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:
|
||||
|
@ -31,6 +31,7 @@
|
||||
#include "language.h"
|
||||
#include "debug.h"
|
||||
|
||||
using std::endl;
|
||||
using std::max;
|
||||
using std::min;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user