diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-21 21:16:16 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-21 21:16:16 +0000 |
commit | e5a154102992d8163b0c1e80681b53bc82cce824 (patch) | |
tree | 709d127203bc9a3d1f5e96c4a017e924b14628b8 /src/modules/m_chghost.cpp | |
parent | 0baef3051c3d85c36f1a4a287ff65d59e8dd1a59 (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 */ |