]> 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 a1cb386b6e6cb169c5563c8e2a315ae04985456c..5208ba7592b5e2440b46267f14a76806c3790ff2 100644 (file)
@@ -1,14 +1,20 @@
-
-#ifdef __GNUG__
-#pragma implementation 
-#endif
+/**
+ * \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)