From cd53bb835675c82d119e22072f7f22658cb7bf4d Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 9 Feb 2024 14:02:52 +0000 Subject: [PATCH] [Minor] Try to fix cstdint 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 045ad77e3a..2d42554301 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 // Stringzilla does not do it for some reason and uses std:: types #include #include #include -- 2.47.3