Added a std::endl directive.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2651 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2001-09-02 11:43:34 +00:00
parent 4b31235b77
commit 0556ecac11
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-09-02 Angus Leeming <a.leeming@ic.ac.uk>
* math_hash.C: added a using std::endl directive.
2001-09-01 Dekel Tsur <dekelts@tau.ac.il>
* support.C (whichFont): Add support for cmr font.

View File

@ -9,6 +9,7 @@
#include <vector>
#include <algorithm>
using std::endl;
bool operator<(const latexkeys & a, const latexkeys & b)
{