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:
José Matox 2001-11-06 15:32:43 +00:00
parent dff2911bda
commit c78d07c746
2 changed files with 5 additions and 0 deletions

View File

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

View File

@ -10,6 +10,7 @@
#include "frontends/Dialogs.h"
#include "LaTeXFeatures.h"
#include "gettext.h"
#include "support/LOstream.h"
using std::ostream;