diff options
| author | 2005-11-25 12:33:25 +0000 | |
|---|---|---|
| committer | 2005-11-25 12:33:25 +0000 | |
| commit | 6cd3c99ca10220ca1451307f3b8d03cf6e3c4b7e (patch) | |
| tree | 2b2cdc387e265c3b4133e736c0a639a442957a93 /src/users.cpp | |
| parent | Re-added required parts of connection.h (diff) | |
| download | inspircd++-6cd3c99ca10220ca1451307f3b8d03cf6e3c4b7e.tar.gz inspircd++-6cd3c99ca10220ca1451307f3b8d03cf6e3c4b7e.tar.bz2 inspircd++-6cd3c99ca10220ca1451307f3b8d03cf6e3c4b7e.zip | |
Added references to connection.h
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1945 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/users.cpp')
| -rw-r--r-- | src/users.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/users.cpp b/src/users.cpp index d9a20411b..32c29a75d 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -18,6 +18,7 @@ using namespace std; #include "inspircd_config.h" #include "channels.h" +#include "connection.h" #include "users.h" #include "inspircd.h" #include <stdio.h> |
