mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Add "using" directive
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@721 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
62f8945783
commit
272b7eb4fc
@ -31,6 +31,7 @@ using std::istream;
|
|||||||
using std::getline;
|
using std::getline;
|
||||||
using std::max;
|
using std::max;
|
||||||
using std::endl;
|
using std::endl;
|
||||||
|
using std::vector;
|
||||||
|
|
||||||
static int const WIDTH_OF_LINE = 5;
|
static int const WIDTH_OF_LINE = 5;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user