Compilation fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4679 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-07-17 12:07:57 +00:00
parent 8c7befa454
commit 4b0c1d1065
2 changed files with 5 additions and 0 deletions

View 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

View File

@ -5,6 +5,7 @@
#include "lyxlength.h"
#include "debug.h"
using std::vector;
MathParboxInset::MathParboxInset()
: MathNestInset(1), lyx_width_(0), tex_width_("0mm"),