From: André Pönitz Date: Mon, 10 Dec 2001 14:03:39 +0000 (+0000) Subject: Part of Angus' patch X-Git-Tag: 1.6.10~20199 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9c2f56364e2462ae6001028b20aadae33c87e4f1;p=lyx.git Part of Angus' patch git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3179 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index 6521dd950c..93231de893 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,7 @@ +2001-12-12 Angus Leeming + + * math_streamstr.C: #include to compile with DEC cxx + 2001-12-05 Lars Gullik Bjønnes * math_arrayinset.C: diff --git a/src/mathed/math_streamstr.C b/src/mathed/math_streamstr.C index 0399313513..a8307f0188 100644 --- a/src/mathed/math_streamstr.C +++ b/src/mathed/math_streamstr.C @@ -4,6 +4,7 @@ #include "math_mathmlstream.h" #include +#include WriteStream & operator<<(WriteStream & ws, string const & s)