added missing includes
This commit is contained in:
parent
768a26930f
commit
97353e39df
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@
|
||||||
#include <cctype>
|
#include <cctype>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
|
||||||
|
#include "compat/snprintf.h"
|
||||||
|
#include "compat/strcasecmp.h"
|
||||||
|
|
||||||
#include "common/irc_protocol.h"
|
#include "common/irc_protocol.h"
|
||||||
#include "common/packet.h"
|
#include "common/packet.h"
|
||||||
#include "common/eventlog.h"
|
#include "common/eventlog.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue