diff options
| author | 2025-03-22 17:13:09 +0000 | |
|---|---|---|
| committer | 2025-03-22 17:16:28 +0000 | |
| commit | 0aeb615182cf877f08dd218b7de9aae4a6e074ce (patch) | |
| tree | a1aa72ddc024bf30303808836126188339d6c153 /modules/callerid.cpp | |
| parent | Migrate configparser/configreader away from stringstream. (diff) | |
Only include <sstream> from files that actually use it.
Diffstat (limited to 'modules/callerid.cpp')
| -rw-r--r-- | modules/callerid.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/callerid.cpp b/modules/callerid.cpp index 570bd3e0b..6efb37469 100644 --- a/modules/callerid.cpp +++ b/modules/callerid.cpp @@ -26,6 +26,8 @@ */ +#include <sstream> + #include "inspircd.h" #include "modules/callerid.h" #include "modules/ctctags.h" |
