]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_streamstr.C
Fix event loop to no longer eat CPU
[lyx.git] / src / mathed / math_streamstr.C
index 5db3b9a42cd8a229eee405fa7442220a8d62a848..5208ba7592b5e2440b46267f14a76806c3790ff2 100644 (file)
@@ -12,8 +12,9 @@
 
 #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)