diff options
Diffstat (limited to 'include/mode.h')
-rw-r--r-- | include/mode.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/mode.h b/include/mode.h index ca610e46a..f6022c090 100644 --- a/include/mode.h +++ b/include/mode.h @@ -14,6 +14,11 @@ #ifndef __MODE_H #define __MODE_H +/* Forward declarations. */ +class User; + +#include "channels.h" + /** * Holds the values for different type of modes * that can exist, USER or CHANNEL type. |