]> git.lyx.org Git - features.git/commitdiff
added using directive to math_cursor.C
authorAngus Leeming <leeming@lyx.org>
Thu, 15 Mar 2001 10:56:00 +0000 (10:56 +0000)
committerAngus Leeming <leeming@lyx.org>
Thu, 15 Mar 2001 10:56:00 +0000 (10:56 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1767 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/ChangeLog
src/mathed/math_cursor.C

index f2903ba215a33a775f57366b3bdcc408417da19a..93c0e72c5ee721d6a6c33400faa60775edf8249f 100644 (file)
@@ -1,3 +1,6 @@
+2001-03-15  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * math_cursor.C: added using directive.
 
 2001-03-15  André Pönitz  <poenitz@htwm.de>
        * math_rowst.h: Finally remove MathedRowSt
index cb38e47bb3168791f3883f494292d1b1764723c4..5dd6966e386e2fc71c6a0e89ad5676bf7f89c1d4 100644 (file)
@@ -45,6 +45,7 @@
 
 static MathedArray selarray;
 
+using std::cerr;
 using std::endl;
 
 // This was very smaller, I'll change it later