From eff0dafcf0ede888d99fd6dbcd8a4a3705fc23ec Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 24 Apr 2006 17:02:56 +0000 Subject: Missing includes git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3906 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_vhost.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules/m_vhost.cpp') diff --git a/src/modules/m_vhost.cpp b/src/modules/m_vhost.cpp index f419772d4..270d7aa0b 100644 --- a/src/modules/m_vhost.cpp +++ b/src/modules/m_vhost.cpp @@ -20,6 +20,7 @@ using namespace std; #include "users.h" #include "channels.h" #include "modules.h" +#include "inspircd.h" /* $ModDesc: Provides masking of user hostnames via traditional /VHOST command */ -- cgit v1.2.3