From: Vsevolod Stakhov Date: Fri, 9 Feb 2024 14:02:52 +0000 (+0000) Subject: [Minor] Try to fix cstdint include X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cd53bb835675c82d119e22072f7f22658cb7bf4d;p=rspamd.git [Minor] Try to fix cstdint include --- diff --git a/src/libutil/cxx/string.hxx b/src/libutil/cxx/string.hxx index 045ad77e3..2d4255430 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