mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
Fix the insetindex.C problem with gcc3.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2967 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
dff2911bda
commit
c78d07c746
@ -1,3 +1,7 @@
|
||||
2001-11-03 José Matos <jamatos@novalis.fc.up.pt>
|
||||
|
||||
* /insetindex.C: added header file for std::ostream.
|
||||
|
||||
2001-11-03 José Matos <jamatos@fep.up.pt>
|
||||
|
||||
* insetindex.C: added using std::ostream that I forgot yesterday.
|
||||
|
@ -10,6 +10,7 @@
|
||||
#include "frontends/Dialogs.h"
|
||||
#include "LaTeXFeatures.h"
|
||||
#include "gettext.h"
|
||||
#include "support/LOstream.h"
|
||||
|
||||
using std::ostream;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user