X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fcommandtags.h;h=a8c36d313c8a629caefb0e0d00e77f0588bcd100;hb=a858be7332e331e0244e4dba7b0931b6072ffd3d;hp=c5461022e98496eb9a5b427f34404021e04c0324;hpb=35584afc1162dec2cf9fff79305e95cb3b75aefb;p=lyx.git diff --git a/src/commandtags.h b/src/commandtags.h index c5461022e9..a8c36d313c 100644 --- a/src/commandtags.h +++ b/src/commandtags.h @@ -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