diff options
Diffstat (limited to 'src/connectionhandler.h')
-rw-r--r-- | src/connectionhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/connectionhandler.h b/src/connectionhandler.h index bc5f0965..805ae0af 100644 --- a/src/connectionhandler.h +++ b/src/connectionhandler.h @@ -29,6 +29,8 @@ #include "packet.h" #include <map> +#include "accounthandler.h" // acount handling interface for the connection + /** * This class represents the connection handler interface. The connection * handler will respond to connect/reconnect/disconnect events and handle |