]> git.lyx.org Git - features.git/commitdiff
Add "using" directive
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 5 May 2000 12:39:38 +0000 (12:39 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 5 May 2000 12:39:38 +0000 (12:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@721 a592a061-630c-0410-9148-cb99ea01b6c8

src/tabular.C

index 3331e92d0af289d8ff59fb2cd221f86746de2c5a..1b9090f1a9db4d57e4932c36ba5c20e2b643cde7 100644 (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;