add missing std::

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2980 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2001-11-08 06:42:20 +00:00
parent f105559752
commit 0e9538958f

View File

@ -7,6 +7,8 @@
#include "support/LOstream.h"
#include "Lsstream.h"
using std::vector;
MathArrayInset::MathArrayInset(int m, int n)
: MathGridInset(m, n)