]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Try to fix cstdint include
authorVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 9 Feb 2024 14:02:52 +0000 (14:02 +0000)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 9 Feb 2024 14:02:52 +0000 (14:02 +0000)
src/libutil/cxx/string.hxx

index 045ad77e3ad9fc58f594210b3fadfc21290cbaf3..2d42554301ac6638018b9f50529d3ec8331cfddf 100644 (file)
@@ -21,6 +21,7 @@
 #ifndef RSPAMD_STRING_HXX
 #define RSPAMD_STRING_HXX
 
+#include <cstdint>// Stringzilla does not do it for some reason and uses std::<int> types
 #include <stringzilla/stringzilla.hpp>
 #include <fmt/core.h>
 #include <string_view>