]> git.lyx.org Git - lyx.git/commitdiff
Added using directive to insettoc.C
authorAngus Leeming <leeming@lyx.org>
Thu, 15 Mar 2001 10:31:00 +0000 (10:31 +0000)
committerAngus Leeming <leeming@lyx.org>
Thu, 15 Mar 2001 10:31:00 +0000 (10:31 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1766 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/ChangeLog
src/insets/insettoc.C

index 9003a4f02811285c925c29e80ca0e831256f5549..dbaea4eb956a8e2e37ac5e4f1a93f8d18cfd2c7c 100644 (file)
@@ -1,3 +1,7 @@
+2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insettoc.C: added using directive.
+
 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
 
        * insetminipage.h: add pos, inner_pos, width and height. + getters
index 633d522076ffd6b8ff4c0807b343f58278eba898..47bebf0dfeee36bdacba68e4d2746ab6e0d0f2ba 100644 (file)
@@ -13,6 +13,7 @@
 #include "buffer.h"
 
 using std::ostream;
+using std::vector;
 using std::endl;
 
 string const InsetTOC::getScreenLabel() const