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:
Jean-Marc Lasgouttes 2000-05-05 12:39:38 +00:00
parent 62f8945783
commit 272b7eb4fc

View File

@ -31,6 +31,7 @@ using std::istream;
using std::getline;
using std::max;
using std::endl;
using std::vector;
static int const WIDTH_OF_LINE = 5;