aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_satopic.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-06-26 15:56:10 +0100
committerGravatar Sadie Powell2022-06-26 15:56:55 +0100
commit8c59961acce4a0a801ca96211d4a637f27947ccb (patch)
tree008f266a2a298fa1a65a334f3a9d2a7f6ca636f8 /src/modules/m_satopic.cpp
parentMove numerics to the source files where they are actually used. (diff)
Move numeric helper classes to their own header.
Diffstat (limited to 'src/modules/m_satopic.cpp')
-rw-r--r--src/modules/m_satopic.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_satopic.cpp b/src/modules/m_satopic.cpp
index 4a066e171..233524c01 100644
--- a/src/modules/m_satopic.cpp
+++ b/src/modules/m_satopic.cpp
@@ -25,6 +25,7 @@
#include "inspircd.h"
+#include "numerichelper.h"
class CommandSATopic final
: public Command