]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_liminset.C
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_liminset.C
index 24c85a28d28845209f73305c802ab95cfc065b2d..353db5c4033b2cfbb5fd713d3746aef3252ee5de 100644 (file)
@@ -1,3 +1,5 @@
+#include <config.h>
+
 #include "math_liminset.h"
 #include "math_support.h"
 #include "math_mathmlstream.h"
@@ -5,6 +7,7 @@
 #include "debug.h"
 
 using std::auto_ptr;
+using std::endl;
 
 
 MathLimInset::MathLimInset
@@ -31,13 +34,13 @@ void MathLimInset::normalize(NormalStream & os) const
 
 void MathLimInset::metrics(MetricsInfo &, Dimension &) const
 {
-       lyxerr << "should not happen\n";
+       lyxerr << "should not happen" << endl;
 }
 
 
 void MathLimInset::draw(PainterInfo &, int, int) const
 {
-       lyxerr << "should not happen\n";
+       lyxerr << "should not happen" << endl;
 }
 
 
@@ -61,5 +64,5 @@ void MathLimInset::mathmlize(MathMLStream & os) const
 
 void MathLimInset::write(WriteStream &) const
 {
-       lyxerr << "should not happen\n";
+       lyxerr << "should not happen" << endl;
 }