summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-10-29 05:50:42 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-10-29 05:56:35 +0000
commit3a7b0ab4ce0d5f94268f4c1284ae831f2de40584 (patch)
treecafbf72bf1a946fba11c07a5fc606fee8989a231 /searchcore
parent7f7422ccd9fd411c3911fe09127a56d187e856f9 (diff)
Include only what is needed.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/test/bucketstatecalculator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/test/bucketstatecalculator.h b/searchcore/src/vespa/searchcore/proton/test/bucketstatecalculator.h
index 92230aac8d6..a5a0185d787 100644
--- a/searchcore/src/vespa/searchcore/proton/test/bucketstatecalculator.h
+++ b/searchcore/src/vespa/searchcore/proton/test/bucketstatecalculator.h
@@ -4,6 +4,7 @@
#include <vespa/searchcore/proton/server/ibucketstatecalculator.h>
#include <vespa/document/bucket/bucketidlist.h>
#include <vespa/document/bucket/bucket.h>
+#include <set>
namespace proton::test {