]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_draw.C
Hopefully fix the problem with stateText() in lyxfont.C
[lyx.git] / src / mathed / math_draw.C
index e476e52ace75b6418673ebd12214ff91fc0ac574..c3c01b20250553456407cbd9ef56ec0595a1db6a 100644 (file)
@@ -23,6 +23,8 @@
 #include "lyxfont.h"
 #include "Painter.h"
 
+using std::endl;
+
 extern LyXFont mathed_get_font(short type, int size);
 extern int mathed_char_width(short type, int style, byte c);
 extern int mathed_string_width(short type, int style, byte const* s, int ls);