summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-07-06 14:50:21 +0200
committerGitHub <noreply@github.com>2022-07-06 14:50:21 +0200
commit48d332e89c9003f3bbf5f7a34bedb1a4b24de7e3 (patch)
tree0c217baad534053e7054549d5ebe82392f1e7591
parentb37e01056fe59c95603c4bfee95cd460c6ca86d9 (diff)
parent31b2c5a7dec779477f561e7307dfdc69265e26e7 (diff)
Merge pull request #23390 from vespa-engine/toregge/include-algorithm-to-get-std-min-and-std-max
Include algorithm to get declarations of std::min and std::max.
-rw-r--r--searchlib/src/vespa/searchlib/common/bitvector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchlib/src/vespa/searchlib/common/bitvector.h b/searchlib/src/vespa/searchlib/common/bitvector.h
index 912c4a47c39..d3671d61ccf 100644
--- a/searchlib/src/vespa/searchlib/common/bitvector.h
+++ b/searchlib/src/vespa/searchlib/common/bitvector.h
@@ -7,6 +7,7 @@
#include <vespa/vespalib/util/alloc.h>
#include <vespa/vespalib/util/atomic.h>
#include <vespa/fastos/types.h>
+#include <algorithm>
namespace vespalib {
class nbostream;