From: Angus Leeming Date: Sun, 2 Sep 2001 11:43:34 +0000 (+0000) Subject: Added a std::endl directive. X-Git-Tag: 1.6.10~20695 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0556ecac1176b46f2c03ac45d6055a187fb2d0b9;p=features.git Added a std::endl directive. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2651 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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) {