diff options
| author | 2022-01-26 08:50:29 +0000 | |
|---|---|---|
| committer | 2022-01-26 14:00:58 +0000 | |
| commit | 4fd71323d32500669b3bae395fa91df0e20fe090 (patch) | |
| tree | 3d17fec736d1a9946d2546ee8380df6ef44dd445 /src/modules/m_anticaps.cpp | |
| parent | Merge branch 'insp3' into master. (diff) | |
Slim the included headers down more.
Diffstat (limited to 'src/modules/m_anticaps.cpp')
| -rw-r--r-- | src/modules/m_anticaps.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/m_anticaps.cpp b/src/modules/m_anticaps.cpp index aad53b7a1..4464f3cfa 100644 --- a/src/modules/m_anticaps.cpp +++ b/src/modules/m_anticaps.cpp @@ -18,6 +18,8 @@ */ +#include <cmath> + #include "inspircd.h" #include "modules/exemption.h" |
