mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-09 18:52:46 +00:00
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:
parent
f105559752
commit
0e9538958f
@ -7,6 +7,8 @@
|
|||||||
#include "support/LOstream.h"
|
#include "support/LOstream.h"
|
||||||
#include "Lsstream.h"
|
#include "Lsstream.h"
|
||||||
|
|
||||||
|
using std::vector;
|
||||||
|
|
||||||
|
|
||||||
MathArrayInset::MathArrayInset(int m, int n)
|
MathArrayInset::MathArrayInset(int m, int n)
|
||||||
: MathGridInset(m, n)
|
: MathGridInset(m, n)
|
||||||
|
Loading…
Reference in New Issue
Block a user