make lyx compile with NEW_INSETS and gcc 3.0

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1736 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2001-03-12 09:30:12 +00:00
parent a9b8bedc79
commit 875a3442af
2 changed files with 3 additions and 0 deletions

View 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.

View File

@ -97,6 +97,7 @@
#include "Lsstream.h"
#include "converter.h"
using std::stringstream;
using std::ostream;
using std::ofstream;
using std::ifstream;