From 42a9786dbff7a214cfb09edfb974f20c7a5e898f Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 9 Feb 2024 14:07:42 +0000 Subject: [PATCH] [Minor] Another missing include --- src/libutil/cxx/string.hxx | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5