aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_delayjoin.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/modules/m_delayjoin.cpp
parentMove numeric helper classes to their own header. (diff)
Make clientprotocol{msg,event} and numericbuilder non-default headers.
Diffstat (limited to 'src/modules/m_delayjoin.cpp')
-rw-r--r--src/modules/m_delayjoin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_delayjoin.cpp b/src/modules/m_delayjoin.cpp
index d19e03d88..553ae01ee 100644
--- a/src/modules/m_delayjoin.cpp
+++ b/src/modules/m_delayjoin.cpp
@@ -25,6 +25,7 @@
#include "inspircd.h"
+#include "clientprotocolevent.h"
#include "modules/ctctags.h"
#include "modules/ircv3_servertime.h"
#include "modules/names.h"