]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_defs.h
removed a warning from screen and added CFLAGS in lyx.spec.in.
[lyx.git] / src / mathed / math_defs.h
index 63d2cf8c55827d20e0bce555d27a4cc92eaea7bc..0e34bb0ce428731480890519aebb283f755a2535 100644 (file)
@@ -26,6 +26,7 @@
 
 #include <cstdio>
 #include "LString.h"
+#include "debug.h"
 
 #include "array.h"
 
@@ -135,6 +136,8 @@ enum MathedTextCodes  {
    LM_TC_MAX
 };
 
+ostream & operator<<(ostream &, MathedTextCodes mtc);
+
 ///
 #define LM_TC_NORMAL LM_TC_VAR