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 5c9e0a9602..a262eaba41 100644 --- a/src/irc.cpp +++ b/src/irc.cpp @@ -5,6 +5,7 @@ #include "headers.h" #include "irc.h" #include "net.h" +#include "strlcpy.h" using namespace std; using namespace boost; |