summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2021-01-04 22:38:57 +0100
committerTor Egge <Tor.Egge@broadpark.no>2021-01-04 22:38:57 +0100
commit6d7f37227d6e94b6c8a375012214d9fc1813e1f3 (patch)
tree8811a84d25e22d9a3496fb7c90b43fddfd122298 /vespalib
parentbf37ae2264fe92d6a4974720a3591e4ab3a74227 (diff)
Include algorithm header file when needed.
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/stllike/hashtable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespalib/src/vespa/vespalib/stllike/hashtable.h b/vespalib/src/vespa/vespalib/stllike/hashtable.h
index 4e1f14843cc..a5bea37b707 100644
--- a/vespalib/src/vespa/vespalib/stllike/hashtable.h
+++ b/vespalib/src/vespa/vespalib/stllike/hashtable.h
@@ -3,6 +3,7 @@
#include <iterator>
#include <vespa/vespalib/util/array.h>
+#include <algorithm>
namespace vespalib {