diff options
| author | 2006-02-21 21:16:16 +0000 | |
|---|---|---|
| committer | 2006-02-21 21:16:16 +0000 | |
| commit | e5a154102992d8163b0c1e80681b53bc82cce824 (patch) | |
| tree | 709d127203bc9a3d1f5e96c4a017e924b14628b8 /src/modules/m_chghost.cpp | |
| parent | Enforce 64 char dns limits (diff) | |
Missing include
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3278 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_chghost.cpp')
| -rw-r--r-- | src/modules/m_chghost.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_chghost.cpp b/src/modules/m_chghost.cpp index 0dd250f18..8a2e696bc 100644 --- a/src/modules/m_chghost.cpp +++ b/src/modules/m_chghost.cpp @@ -21,6 +21,7 @@ using namespace std; #include "users.h" #include "channels.h" #include "modules.h" +#include "helperfuncs.h" /* $ModDesc: Provides support for the CHGHOST command */ |
