]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Missing include?
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 17 Feb 2021 21:29:28 +0000 (21:29 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 17 Feb 2021 21:29:28 +0000 (21:29 +0000)
src/libserver/css/css_selector.hxx

index 1e5f5bb1305cb9da717d08133921d8183f15b6bd..59f7bbbe7b1f4baffe406e6ab25fb83c96109fa6 100644 (file)
@@ -24,6 +24,7 @@
 #include <optional>
 #include <vector>
 #include <functional>
+#include <memory>
 #include "parse_error.hxx"
 #include "css_tokeniser.hxx"
 #include "html_tags.h"