diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-11-25 12:33:25 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-11-25 12:33:25 +0000 |
commit | 6cd3c99ca10220ca1451307f3b8d03cf6e3c4b7e (patch) | |
tree | 2b2cdc387e265c3b4133e736c0a639a442957a93 /include/users.h | |
parent | bfcc7d5ff4dcd453a89725d482d59b87b57a3c68 (diff) |
Added references to connection.h
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1945 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/users.h b/include/users.h index b42290cf7..2329fda01 100644 --- a/include/users.h +++ b/include/users.h @@ -17,6 +17,7 @@ #include "inspircd_config.h" #include "channels.h" #include "inspstring.h" +#include "connection.h" #include <string> #ifndef __USERS_H__ |