]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_inset.h
float2string #4 (Spacing)
[lyx.git] / src / mathed / math_inset.h
index 9979b654516ab1b8b276e23767eebb37e48c8f4e..d2b26bc21ac82413efc24c6732f8ebc3933b5fc6 100644 (file)
@@ -13,6 +13,8 @@
 #ifndef MATH_INSET_H
 #define MATH_INSET_H
 
+#include "math_data.h"
+
 #include "insets/insetbase.h"
 
 #include <string>
@@ -52,9 +54,6 @@ class MathUnknownInset;
 
 class RefInset;
 
-class MathArray;
-class MathAtom;
-
 class NormalStream;
 class OctaveStream;
 class MapleStream;
@@ -177,7 +176,7 @@ public:
        virtual void mutate(std::string const &) {}
        /// usually the latex name
        virtual std::string name() const;
-       
+
        /// math stuff usually isn't allowed in text mode
        virtual bool allowedIn(mode_type mode) const { return mode == MATH_MODE; }
 };