diff options
| author | 2022-12-19 14:06:50 +0000 | |
|---|---|---|
| committer | 2022-12-19 14:18:30 +0000 | |
| commit | 43d48a2e983bb7a3408f65073cfa392ec6956a1d (patch) | |
| tree | a17afa51ae38998caec29edaf0b5ffd4a30836b5 /src/modules/m_anticaps.cpp | |
| parent | Fix parsing extbans in banredirect and timedbans. (diff) | |
Move extension types to their own header to speed up build times.
Diffstat (limited to 'src/modules/m_anticaps.cpp')
| -rw-r--r-- | src/modules/m_anticaps.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_anticaps.cpp b/src/modules/m_anticaps.cpp index 8037a058a..40713db59 100644 --- a/src/modules/m_anticaps.cpp +++ b/src/modules/m_anticaps.cpp @@ -21,6 +21,7 @@ #include <cmath> #include "inspircd.h" +#include "extension.h" #include "modules/exemption.h" #include "numerichelper.h" |
