]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfont.h
Re-add cname header files, with additional <clocale>
[lyx.git] / src / lyxfont.h
index 8390b6f084e101dd6612514bceb510404e58120f..8de7868ea4c12f3cd3d6b28a4723d9f7a449ec9f 100644 (file)
@@ -17,6 +17,7 @@
 
 #include FORMS_H_LOCATION
 #include "LString.h"
+#include "debug.h"
 
 // It might happen that locale.h defines ON and OFF. This is not good
 // for us, since we use these names below. But of course this is due
@@ -471,6 +472,7 @@ private:
        XFontStruct* getXFontstruct() const;
 };
 
+ostream & operator<<(ostream &, LyXFont::FONT_MISC_STATE);
 
 inline LyXFont::LyXFont()
 {