]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSize.cpp
* src/mathed/InsetMathHull.cpp:
[lyx.git] / src / mathed / InsetMathSize.cpp
index f90a76c1fa661e83cba831324fa5cbb4495d437a..4e6e3e9796e2487c8ee8f46bc3c2c75788f03600 100644 (file)
@@ -18,6 +18,8 @@
 
 #include "support/convert.h"
 
+#include <ostream>
+
 
 namespace lyx {
 
@@ -50,6 +52,7 @@ void InsetMathSize::draw(PainterInfo & pi, int x, int y) const
 
 void InsetMathSize::write(WriteStream & os) const
 {
+       MathEnsurer ensurer(os);
        os << "{\\" << key_->name << ' ' << cell(0) << '}';
 }