Part of Angus' patch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3179 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2001-12-10 14:03:39 +00:00
parent bf94991c65
commit 9c2f56364e
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-12-12 Angus Leeming <a.leeming@ic.ac.uk>
* math_streamstr.C: #include <iostream> to compile with DEC cxx
2001-12-05 Lars Gullik Bjønnes <larsbj@birdstep.com>
* math_arrayinset.C:

View File

@ -4,6 +4,7 @@
#include "math_mathmlstream.h"
#include <algorithm>
#include <iostream>
WriteStream & operator<<(WriteStream & ws, string const & s)