aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2021-11-12 15:06:35 +0100
committerTor Egge <Tor.Egge@online.no>2021-11-12 15:07:10 +0100
commit558cb2935edf3c5d5786f686a12ff22429a376ad (patch)
tree8783e12efb1cfa31100d01a7ab1894a3f7f99ef4
parent32bbea7763537430b4bd4d68d7f654bd5f1be6b0 (diff)
proton::BucketDB uses std::optional. Add needed include.
-rw-r--r--searchcore/src/vespa/searchcore/proton/bucketdb/bucketdb.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/bucketdb/bucketdb.cpp b/searchcore/src/vespa/searchcore/proton/bucketdb/bucketdb.cpp
index e1b631a2124..c7a3103af22 100644
--- a/searchcore/src/vespa/searchcore/proton/bucketdb/bucketdb.cpp
+++ b/searchcore/src/vespa/searchcore/proton/bucketdb/bucketdb.cpp
@@ -4,6 +4,7 @@
#include "remove_batch_entry.h"
#include <cassert>
#include <algorithm>
+#include <optional>
using document::GlobalId;
using storage::spi::BucketChecksum;