From ca6d393f0377170665f43358d1bf6c03f38c30bc Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Thu, 15 Mar 2001 10:56:00 +0000 Subject: [PATCH] added using directive to math_cursor.C git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1767 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/ChangeLog | 3 +++ src/mathed/math_cursor.C | 1 + 2 files changed, 4 insertions(+) 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 -- 2.39.5