aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2024-01-29 11:16:00 +0100
committerTor Egge <Tor.Egge@online.no>2024-01-29 11:16:00 +0100
commitb6dbc779500886df2475d5163ad724bd5e05d156 (patch)
treecd9851278fd7105e0735407df3d42e2dc38095a2 /searchlib
parentec496b47e8fe68a4bf9ee3df8f562d36a8bfa71f (diff)
Include algorithm to get declarations of std::adjacent_find and std::sort
in enum store loaders.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/attribute/enum_store_loaders.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchlib/src/vespa/searchlib/attribute/enum_store_loaders.cpp b/searchlib/src/vespa/searchlib/attribute/enum_store_loaders.cpp
index 868c0013dd5..60129a9e577 100644
--- a/searchlib/src/vespa/searchlib/attribute/enum_store_loaders.cpp
+++ b/searchlib/src/vespa/searchlib/attribute/enum_store_loaders.cpp
@@ -4,6 +4,7 @@
#include "i_enum_store.h"
#include "i_enum_store_dictionary.h"
#include <vespa/vespalib/util/array.hpp>
+#include <algorithm>
namespace search::enumstore {