]> git.lyx.org Git - lyx.git/commitdiff
make lyx compile with NEW_INSETS and gcc 3.0
authorLars Gullik Bjønnes <larsbj@gullik.org>
Mon, 12 Mar 2001 09:30:12 +0000 (09:30 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Mon, 12 Mar 2001 09:30:12 +0000 (09:30 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1736 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/buffer.C

index 986f0d94efe0ce91c26e80b5501c4faa76237cc2..875ebce4bf578c426339fbe3bc8fbce412597adf 100644 (file)
@@ -1,5 +1,7 @@
 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
 
+       * buffer.C: add using std::stringstream.
+
        * lyx_cb.C: readd using std::ios.
 
        * buffer.C: add using std::map.
index 4c06515ebd247266ba7621fbfa0478df25e5cbe1..60b8af6a416aa6ccc5ebdce6f70e0d3edb0510ed 100644 (file)
@@ -97,6 +97,7 @@
 #include "Lsstream.h"
 #include "converter.h"
 
+using std::stringstream;
 using std::ostream;
 using std::ofstream;
 using std::ifstream;