]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Fix] Add missing includes for Linux/GCC build
authorVsevolod Stakhov <vsevolod@rspamd.com>
Sat, 7 Feb 2026 13:34:27 +0000 (13:34 +0000)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Sat, 7 Feb 2026 13:34:27 +0000 (13:34 +0000)
commiteef07b16d3753d45492a5921fa0ba64acbe98006
tree6ff4c9871291deb89f160aa6aa9797f1cb118c68
parentb775b5a16d875c5592b34f07880fa8f8d7269b18
[Fix] Add missing includes for Linux/GCC build

Add <cctype> for std::tolower and <string> for std::string
in multipart_form.cxx. These are transitively included on
macOS/clang but not on Linux/GCC.
src/libserver/multipart_form.cxx