aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2023-06-24 19:28:33 +0100
committerVsevolod Stakhov <vsevolod@rspamd.com>2023-06-24 19:28:33 +0100
commit0a040522ca656f1e689335e821968e37b43ee5c1 (patch)
treecc752a6bc5dc26d600c19cac480ee49582592637 /src/libutil
parentce2b90a3e142b5614c259481bac8f75579ffac0f (diff)
downloadrspamd-0a040522ca656f1e689335e821968e37b43ee5c1.tar.gz
rspamd-0a040522ca656f1e689335e821968e37b43ee5c1.zip
[Minor] Missing include?
Diffstat (limited to 'src/libutil')
-rw-r--r--src/libutil/cxx/util.hxx1
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