]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_ertinset.C
Fix.
[lyx.git] / src / mathed / math_ertinset.C
index 2ee1347fc0878b7c5fa8f54f98b96e84c2872865..60479696a331052f2cfe38b28a9184fcd5dc34a1 100644 (file)
@@ -1,6 +1,9 @@
 
+#include <config.h>
+
 #include "math_ertinset.h"
 #include "math_mathmlstream.h"
+#include "support/LOstream.h"
 
 
 MathInset * MathErtInset::clone() const
@@ -39,4 +42,3 @@ void MathErtInset::infoize(std::ostream & os) const
 {
        os << "Box: Ert";
 }
-