aboutsummaryrefslogtreecommitdiff
path: root/src/mode.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-06-26 16:34:21 +0100
committerGravatar Sadie Powell2022-06-26 16:34:21 +0100
commit68fd81b31990fae50628e115a32f352a8fa61895 (patch)
tree150fd87c9742fccee6c6253fe734a88b06fd069a /src/mode.cpp
parentMove numeric helper classes to their own header. (diff)
Make clientprotocol{msg,event} and numericbuilder non-default headers.
Diffstat (limited to 'src/mode.cpp')
-rw-r--r--src/mode.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mode.cpp b/src/mode.cpp
index 1696ce02a..9b06a7b8c 100644
--- a/src/mode.cpp
+++ b/src/mode.cpp
@@ -29,6 +29,7 @@
#include "inspircd.h"
+#include "clientprotocolevent.h"
#include "numerichelper.h"
ModeHandler::ModeHandler(Module* Creator, const std::string& Name, char modeletter, ParamSpec Params, ModeType type, Class mclass)