]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_ertinset.C
small up/down tweaking
[lyx.git] / src / mathed / math_ertinset.C
index 2ee1347fc0878b7c5fa8f54f98b96e84c2872865..ea10a6d2a9e45eba7abe6ede6a6094fe3280afb4 100644 (file)
@@ -1,6 +1,12 @@
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
+#include <config.h>
 
 #include "math_ertinset.h"
 #include "math_mathmlstream.h"
+#include "support/LOstream.h"
 
 
 MathInset * MathErtInset::clone() const
@@ -39,4 +45,3 @@ void MathErtInset::infoize(std::ostream & os) const
 {
        os << "Box: Ert";
 }
-