]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_streamstr.C
Andreas' patch to prevent crash on click on previewd inset
[lyx.git] / src / mathed / math_streamstr.C
index 9bcd9b1763670b29d49444fa9f980ffe5bddbd02..5208ba7592b5e2440b46267f14a76806c3790ff2 100644 (file)
@@ -1,10 +1,20 @@
+/**
+ * \file math_streamstr.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS.
+ */
 
 #include <config.h>
 
 #include "math_streamstr.h"
 #include "math_mathmlstream.h"
-#include "support/LOstream.h"
-#include "support/lyxalgo.h"
+#include "support/std_ostream.h"
+
+using std::string;
 
 
 WriteStream & operator<<(WriteStream & ws, string const & s)