From 0556ecac1176b46f2c03ac45d6055a187fb2d0b9 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Sun, 2 Sep 2001 11:43:34 +0000 Subject: [PATCH] Added a std::endl directive. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2651 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/ChangeLog | 4 ++++ src/mathed/math_hash.C | 1 + 2 files changed, 5 insertions(+) diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index 652c517fca..978b4f9d76 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,7 @@ +2001-09-02 Angus Leeming + + * math_hash.C: added a using std::endl directive. + 2001-09-01 Dekel Tsur * support.C (whichFont): Add support for cmr font. diff --git a/src/mathed/math_hash.C b/src/mathed/math_hash.C index 0ddfd118e4..304cc12db7 100644 --- a/src/mathed/math_hash.C +++ b/src/mathed/math_hash.C @@ -9,6 +9,7 @@ #include #include +using std::endl; bool operator<(const latexkeys & a, const latexkeys & b) { -- 2.39.5