From e67e7d076ab46e6f571a6ebe73b918b2cf61720e Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 10 Mar 2006 17:54:21 +0000 Subject: Now requires inspircd.h for ConvToStr templated function git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3641 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_check.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/modules/m_check.cpp b/src/modules/m_check.cpp index aaaf10930..564bfa399 100644 --- a/src/modules/m_check.cpp +++ b/src/modules/m_check.cpp @@ -21,6 +21,7 @@ using namespace std; #include "modules.h" #include "message.h" #include "commands.h" +#include "inspircd.h" /* $ModDesc: Provides the /check command to retrieve information on a user, channel, or IP address */ -- cgit v1.2.3