From 1af64a9bbb150b9daae3944d6aae86864c271103 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 2 Sep 2012 08:30:54 -0400 Subject: Fix Windows --- src/botserv.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/botserv.cpp') diff --git a/src/botserv.cpp b/src/botserv.cpp index 4ec6465a1..5718be81a 100644 --- a/src/botserv.cpp +++ b/src/botserv.cpp @@ -20,6 +20,7 @@ #include "extern.h" #include "access.h" #include "channels.h" +#include "account.h" BotInfo* findbot(const Anope::string &nick) { -- cgit