diff options
| author | 2006-03-10 17:54:21 +0000 | |
|---|---|---|
| committer | 2006-03-10 17:54:21 +0000 | |
| commit | e67e7d076ab46e6f571a6ebe73b918b2cf61720e (patch) | |
| tree | ca61a3704031be358f22c3c9a808e599a4026b25 /src/modules/m_check.cpp | |
| parent | Tidyup and move ConvToStr to a publically accessible place (diff) | |
| download | inspircd++-e67e7d076ab46e6f571a6ebe73b918b2cf61720e.tar.gz inspircd++-e67e7d076ab46e6f571a6ebe73b918b2cf61720e.tar.bz2 inspircd++-e67e7d076ab46e6f571a6ebe73b918b2cf61720e.zip | |
Now requires inspircd.h for ConvToStr templated function
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3641 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_check.cpp')
| -rw-r--r-- | src/modules/m_check.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |
