]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_accentinset.C
mathed compilation fixes
[features.git] / src / mathed / math_accentinset.C
index e16b59be227b0514a066ad20897ee5dbe3e97a7e..c764348f401bea5c6d55d125174fbb98928e11db 100644 (file)
@@ -3,7 +3,9 @@
 #include "math_accentinset.h"
 #include "mathed/support.h"
 #include "math_parser.h"
+#include "support/LOstream.h"
 
+using std::ostream;
 
 MathAccentInset::MathAccentInset(byte cx, MathedTextCodes f, int cd, short st)
        : MathedInset("", LM_OT_ACCENT, st), c(cx), fn(f), code(cd)