mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
Compilation fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4679 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8c7befa454
commit
4b0c1d1065
@ -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
|
||||
|
@ -5,6 +5,7 @@
|
||||
#include "lyxlength.h"
|
||||
#include "debug.h"
|
||||
|
||||
using std::vector;
|
||||
|
||||
MathParboxInset::MathParboxInset()
|
||||
: MathNestInset(1), lyx_width_(0), tex_width_("0mm"),
|
||||
|
Loading…
Reference in New Issue
Block a user