From: Angus Leeming Date: Thu, 15 Mar 2001 10:56:00 +0000 (+0000) Subject: added using directive to math_cursor.C X-Git-Tag: 1.6.10~21459 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ca6d393f0377170665f43358d1bf6c03f38c30bc;p=features.git added using directive to math_cursor.C git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1767 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index f2903ba215..93c0e72c5e 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,6 @@ +2001-03-15 Angus Leeming + + * math_cursor.C: added using directive. 2001-03-15 André Pönitz * math_rowst.h: Finally remove MathedRowSt diff --git a/src/mathed/math_cursor.C b/src/mathed/math_cursor.C index cb38e47bb3..5dd6966e38 100644 --- a/src/mathed/math_cursor.C +++ b/src/mathed/math_cursor.C @@ -45,6 +45,7 @@ static MathedArray selarray; +using std::cerr; using std::endl; // This was very smaller, I'll change it later