]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_undersetinset.C
Part of IU.
[features.git] / src / mathed / math_undersetinset.C
index 6d1f34ecd4069f32588a93d031c7fafcf77df0ca..734984e9069b838c9eed2ef607dffdff4017d5db 100644 (file)
 #include "math_undersetinset.h"
 #include "math_data.h"
 #include "math_mathmlstream.h"
-
+#include "cursor.h"
 
 using std::max;
 using std::auto_ptr;
 
 
+
 auto_ptr<InsetBase> MathUndersetInset::clone() const
 {
        return auto_ptr<InsetBase>(new MathUndersetInset(*this));