diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-06-24 19:28:33 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-06-24 19:28:33 +0100 |
commit | 0a040522ca656f1e689335e821968e37b43ee5c1 (patch) | |
tree | cc752a6bc5dc26d600c19cac480ee49582592637 /src/libutil | |
parent | ce2b90a3e142b5614c259481bac8f75579ffac0f (diff) | |
download | rspamd-0a040522ca656f1e689335e821968e37b43ee5c1.tar.gz rspamd-0a040522ca656f1e689335e821968e37b43ee5c1.zip |
[Minor] Missing include?
Diffstat (limited to 'src/libutil')
-rw-r--r-- | src/libutil/cxx/util.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/cxx/util.hxx b/src/libutil/cxx/util.hxx index b852b38d5..dd8ef0ee6 100644 --- a/src/libutil/cxx/util.hxx +++ b/src/libutil/cxx/util.hxx @@ -23,6 +23,7 @@ #include <string_view> #include <optional> #include <tuple> +#include <algorithm> /* * Common C++ utilities |