]> git.lyx.org Git - lyx.git/commitdiff
Part of Angus' patch
authorAndré Pönitz <poenitz@gmx.net>
Mon, 10 Dec 2001 14:03:39 +0000 (14:03 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Mon, 10 Dec 2001 14:03:39 +0000 (14:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3179 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/ChangeLog
src/mathed/math_streamstr.C

index 6521dd950ce298303a43dc280e92d6aed4f8df8c..93231de893bcb7acbfed90620843d6d49222fd60 100644 (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:
index 039931351361f988a934a2345e282cd9ff61186c..a8307f01886e3a6090553755d92887b740502862 100644 (file)
@@ -4,6 +4,7 @@
 #include "math_mathmlstream.h"
 
 #include <algorithm>
+#include <iostream>
 
 
 WriteStream & operator<<(WriteStream & ws, string const & s)