]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMath.h
make it compile again (hopefully)
[lyx.git] / src / mathed / InsetMath.h
index 91a1d1d86b1a537458db663e70e4c0b53b2b1fec..40d54df7b0b69c2a07c41608ac563204a75715e5 100644 (file)
@@ -17,8 +17,6 @@
 
 #include "insets/insetbase.h"
 
-#include <string>
-
 enum HullType {
        hullNone,
        hullSimple,
@@ -198,7 +196,10 @@ public:
        virtual bool allowedIn(mode_type mode) const { return mode == MATH_MODE; }
 };
 
+///
 std::ostream & operator<<(std::ostream &, MathAtom const &);
+///
+lyx::odocstream & operator<<(lyx::odocstream &, MathAtom const &);
 
 // initialize math
 void initMath();