From 961c5043a491fe3164ef3379086cf168b9db02bb Mon Sep 17 00:00:00 2001 From: jamatos Date: Tue, 6 Nov 2001 15:32:43 +0000 Subject: [PATCH] Fix the insetindex.C problem with gcc3. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2967 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/ChangeLog | 4 ++++ src/insets/insetindex.C | 1 + 2 files changed, 5 insertions(+) diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 1d62331bb2..203649cb10 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,7 @@ +2001-11-03 José Matos + + * /insetindex.C: added header file for std::ostream. + 2001-11-03 José Matos * insetindex.C: added using std::ostream that I forgot yesterday. diff --git a/src/insets/insetindex.C b/src/insets/insetindex.C index 6e5bcff180..825129f02c 100644 --- a/src/insets/insetindex.C +++ b/src/insets/insetindex.C @@ -10,6 +10,7 @@ #include "frontends/Dialogs.h" #include "LaTeXFeatures.h" #include "gettext.h" +#include "support/LOstream.h" using std::ostream; -- 2.11.4.GIT