diff options
| author | 2023-09-03 18:40:03 +0100 | |
|---|---|---|
| committer | 2023-09-03 18:46:48 +0100 | |
| commit | 2f36d0aa2da8b03d525b484228813fbb35f3e35e (patch) | |
| tree | 56a8d2438910db8f7cee76b77b0a9479956adda9 /src/stringutils.cpp | |
| parent | Release 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/stringutils.cpp')
| -rw-r--r-- | src/stringutils.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stringutils.cpp b/src/stringutils.cpp index 9fc22f3ee..7162a104e 100644 --- a/src/stringutils.cpp +++ b/src/stringutils.cpp @@ -26,6 +26,7 @@ #include <fmt/format.cc> #include "inspircd.h" +#include "stringutils.h" #include "utility/string.h" std::string Percent::Encode(const void* data, size_t length, const char* table, bool upper) |
