diff options
| author | 2022-06-26 16:34:21 +0100 | |
|---|---|---|
| committer | 2022-06-26 16:34:21 +0100 | |
| commit | 68fd81b31990fae50628e115a32f352a8fa61895 (patch) | |
| tree | 150fd87c9742fccee6c6253fe734a88b06fd069a /src/modules/m_monitor.cpp | |
| parent | Move numeric helper classes to their own header. (diff) | |
Make clientprotocol{msg,event} and numericbuilder non-default headers.
Diffstat (limited to 'src/modules/m_monitor.cpp')
| -rw-r--r-- | src/modules/m_monitor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_monitor.cpp b/src/modules/m_monitor.cpp index 0a58538e7..d52033dd0 100644 --- a/src/modules/m_monitor.cpp +++ b/src/modules/m_monitor.cpp @@ -21,6 +21,7 @@ #include "inspircd.h" #include "modules/isupport.h" +#include "numericbuilder.h" namespace IRCv3 { |
