summaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-11-25 12:33:25 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-11-25 12:33:25 +0000
commit6cd3c99ca10220ca1451307f3b8d03cf6e3c4b7e (patch)
tree2b2cdc387e265c3b4133e736c0a639a442957a93 /src/users.cpp
parentbfcc7d5ff4dcd453a89725d482d59b87b57a3c68 (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 'src/users.cpp')
-rw-r--r--src/users.cpp1
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>