From 4b0c1d1065bc434eb334de72da2cf10c80ac2877 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Wed, 17 Jul 2002 12:07:57 +0000 Subject: [PATCH] Compilation fix. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4679 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/ChangeLog | 4 ++++ src/mathed/math_parboxinset.C | 1 + 2 files changed, 5 insertions(+) diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index 782dcb1dd1..fa1a3e845a 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,7 @@ +2002-07-17 Angus Leeming + + * math_parboxinset.C: add using std::vector directive. + 2002-07-16 Angus Leeming * formula.C (ascent, descent, draw): remove the extra pixels diff --git a/src/mathed/math_parboxinset.C b/src/mathed/math_parboxinset.C index 9e90e7e189..9ac531b551 100644 --- a/src/mathed/math_parboxinset.C +++ b/src/mathed/math_parboxinset.C @@ -5,6 +5,7 @@ #include "lyxlength.h" #include "debug.h" +using std::vector; MathParboxInset::MathParboxInset() : MathNestInset(1), lyx_width_(0), tex_width_("0mm"), -- 2.39.2