From: Vsevolod Stakhov Date: Fri, 9 Feb 2024 14:07:42 +0000 (+0000) Subject: [Minor] Another missing include X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=42a9786dbff7a214cfb09edfb974f20c7a5e898f;p=rspamd.git [Minor] Another missing include --- diff --git a/src/libutil/cxx/string.hxx b/src/libutil/cxx/string.hxx index 2d4255430..7add46d34 100644 --- a/src/libutil/cxx/string.hxx +++ b/src/libutil/cxx/string.hxx @@ -21,6 +21,7 @@ #ifndef RSPAMD_STRING_HXX #define RSPAMD_STRING_HXX +#include #include // Stringzilla does not do it for some reason and uses std:: types #include #include