diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-08-17 11:22:40 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-08-17 11:22:40 +0100 |
commit | 66fc7bc9a71b78e466503386ddaee55f9929a60d (patch) | |
tree | 9eec5670219c3cb711fd61db68d716f9105bc323 | |
parent | 735623ef36d3973b408e836f84dbb682c6192938 (diff) | |
download | rspamd-66fc7bc9a71b78e466503386ddaee55f9929a60d.tar.gz rspamd-66fc7bc9a71b78e466503386ddaee55f9929a60d.zip |
[Minor] Add missing include
-rw-r--r-- | src/libutil/cxx/util_tests.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/cxx/util_tests.cxx b/src/libutil/cxx/util_tests.cxx index 83b293ce5..6c3c17799 100644 --- a/src/libutil/cxx/util_tests.cxx +++ b/src/libutil/cxx/util_tests.cxx @@ -18,6 +18,7 @@ #define DOCTEST_CONFIG_IMPLEMENTATION_IN_DLL #include "doctest/doctest.h" +#include <vector> using namespace rspamd; using namespace std::literals::string_view_literals; |