]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Another missing include
authorVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 9 Feb 2024 14:07:42 +0000 (14:07 +0000)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 9 Feb 2024 14:07:42 +0000 (14:07 +0000)
src/libutil/cxx/string.hxx

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