]> git.lyx.org Git - features.git/commitdiff
Compilation fix.
authorAngus Leeming <leeming@lyx.org>
Wed, 17 Jul 2002 12:07:57 +0000 (12:07 +0000)
committerAngus Leeming <leeming@lyx.org>
Wed, 17 Jul 2002 12:07:57 +0000 (12:07 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4679 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/ChangeLog
src/mathed/math_parboxinset.C

index 782dcb1dd10bf52fe4b3efd3aa3b757afdf688df..fa1a3e845a89c1abdf5266d13c9766034d0d2974 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-17  Angus Leeming  <leeming@lyx.org>
+
+       * math_parboxinset.C: add using std::vector directive.
+
 2002-07-16  Angus Leeming  <leeming@lyx.org>
 
        * formula.C (ascent, descent, draw): remove the extra pixels
index 9e90e7e1897f621da12de4e6ed1e3d37d586e7cd..9ac531b551429c30f3f5e7f7072dac7bec7eba5e 100644 (file)
@@ -5,6 +5,7 @@
 #include "lyxlength.h"
 #include "debug.h"
 
+using std::vector;
 
 MathParboxInset::MathParboxInset()
        : MathNestInset(1), lyx_width_(0), tex_width_("0mm"),