diff options
-rw-r--r-- | include/users.h | 1 | ||||
-rw-r--r-- | src/users.cpp | 1 |
2 files changed, 2 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__ 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> |