diff options
-rw-r--r-- | include/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/commands.h b/include/commands.h index e422b5c44..0a2e9fbd7 100644 --- a/include/commands.h +++ b/include/commands.h @@ -27,6 +27,7 @@ #include <vector> #include "users.h" #include "channels.h" +#include "modules.h" bool is_uline(const char* server); long duration(const char* str); |