diff options
Diffstat (limited to 'src/irc.cpp')
-rw-r--r-- | src/irc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc.cpp b/src/irc.cpp index b245546378..5c9e0a9602 100644 --- a/src/irc.cpp +++ b/src/irc.cpp @@ -4,6 +4,7 @@ #include "headers.h" #include "irc.h" +#include "net.h" using namespace std; using namespace boost; |