aboutsummaryrefslogtreecommitdiffstats
path: root/src/coremods
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-09-03 18:40:03 +0100
committerGravatar Sadie Powell2023-09-03 18:46:48 +0100
commit2f36d0aa2da8b03d525b484228813fbb35f3e35e (patch)
tree56a8d2438910db8f7cee76b77b0a9479956adda9 /src/coremods
parentRelease v4.0.0 alpha 24. (diff)
Move TokenList back to its own header and move INSP_FORMAT to compat.
This allows making stringutils an optional header given that most of it is not used by most of the codebase.
Diffstat (limited to 'src/coremods')
-rw-r--r--src/coremods/core_dns.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/coremods/core_dns.cpp b/src/coremods/core_dns.cpp
index 6114c2adb..fd254fb68 100644
--- a/src/coremods/core_dns.cpp
+++ b/src/coremods/core_dns.cpp
@@ -23,6 +23,7 @@
#include "inspircd.h"
#include "modules/dns.h"
#include "modules/stats.h"
+#include "stringutils.h"
#include <fstream>