]> git.lyx.org Git - lyx.git/blobdiff - src/commandtags.h
removed a warning from screen and added CFLAGS in lyx.spec.in.
[lyx.git] / src / commandtags.h
index c5461022e98496eb9a5b427f34404021e04c0324..a8c36d313c8a629caefb0e0d00e77f0588bcd100 100644 (file)
@@ -10,6 +10,7 @@
 #ifndef COMMANDTAGS_H
 #define COMMANDTAGS_H
 
+#include "debug.h"
 
 /** These are all the lyxfunctions (as enums).
  */
@@ -240,7 +241,6 @@ enum kb_action {
        LFUN_LASTACTION  /* this marks the end of the table */
 };
 
-class ostream;
 ostream & operator<<(ostream &, kb_action);
 #endif