summaryrefslogtreecommitdiffstats
path: root/vespalib/src
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2022-04-23 17:39:58 +0200
committerTor Egge <Tor.Egge@online.no>2022-04-23 17:39:58 +0200
commitce02f6c8655733bf3b6f7fd4b5d71039e05de09c (patch)
treeea94704fe01e26d2881df638917c78cd9c0eec41 /vespalib/src
parentd92334227b08817cf714dcf30e02701a9fb1d846 (diff)
Include vector header file, needed for std::vector.
Diffstat (limited to 'vespalib/src')
-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 e8921498a9f..c064690296f 100644
--- a/vespalib/src/vespa/vespalib/stllike/hashtable.h
+++ b/vespalib/src/vespa/vespalib/stllike/hashtable.h
@@ -6,6 +6,7 @@
#include <vespa/vespalib/util/alloc.h>
#include <algorithm>
#include <iterator>
+#include <vector>
namespace vespalib {