mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
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:
parent
a9b8bedc79
commit
875a3442af
@ -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.
|
||||
|
@ -97,6 +97,7 @@
|
||||
#include "Lsstream.h"
|
||||
#include "converter.h"
|
||||
|
||||
using std::stringstream;
|
||||
using std::ostream;
|
||||
using std::ofstream;
|
||||
using std::ifstream;
|
||||
|
Loading…
Reference in New Issue
Block a user