From 9c2f56364e2462ae6001028b20aadae33c87e4f1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Mon, 10 Dec 2001 14:03:39 +0000 Subject: [PATCH] Part of Angus' patch git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3179 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/ChangeLog | 4 ++++ src/mathed/math_streamstr.C | 1 + 2 files changed, 5 insertions(+) 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) -- 2.39.5