]> 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 630b1337b57d280bdeaf59b84568bb93e864ccb5..c3c01b20250553456407cbd9ef56ec0595a1db6a 100644 (file)
@@ -7,7 +7,7 @@
  *
  *  Dependencies: Xlib, XForms
  *
- *  Copyright: (c) 1996, Alejandro Aguilar Sierra
+ *  Copyright: 1996, Alejandro Aguilar Sierra
  *
  *   Version: 0.8beta, Mathed & Lyx project.
  *
@@ -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);