diff options
Diffstat (limited to 'src/net/chathandler.h')
-rw-r--r-- | src/net/chathandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/chathandler.h b/src/net/chathandler.h index f8659a8b2..630946498 100644 --- a/src/net/chathandler.h +++ b/src/net/chathandler.h @@ -23,6 +23,7 @@ #ifndef NET_CHATHANDLER_H #define NET_CHATHANDLER_H +#include <list> #include <string> #include "localconsts.h" @@ -31,6 +32,7 @@ struct ChatObject; namespace Net { + class ChatHandler notfinal { public: |