aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/bitvector_search_cache.h
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-05-09 21:14:19 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2023-05-09 21:18:12 +0000
commit8c35625d8c6d65f42d392ec93721548bad606a8c (patch)
treee53666fce81c3667d7f990fb2b662f1d525e5173 /searchlib/src/vespa/searchlib/attribute/bitvector_search_cache.h
parentbb565352a9126272451b9b3cf5679d98b1f47536 (diff)
Wire the metastore read guard all the way and use it, if present.
Diffstat (limited to 'searchlib/src/vespa/searchlib/attribute/bitvector_search_cache.h')
-rw-r--r--searchlib/src/vespa/searchlib/attribute/bitvector_search_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/attribute/bitvector_search_cache.h b/searchlib/src/vespa/searchlib/attribute/bitvector_search_cache.h
index ba1baa2037e..3936fb2ee67 100644
--- a/searchlib/src/vespa/searchlib/attribute/bitvector_search_cache.h
+++ b/searchlib/src/vespa/searchlib/attribute/bitvector_search_cache.h
@@ -2,7 +2,7 @@
#pragma once
-#include <vespa/searchlib/common/i_document_meta_store_context.h>
+#include <vespa/searchcommon/attribute/i_document_meta_store_context.h>
#include <vespa/vespalib/stllike/hash_map.h>
#include <vespa/vespalib/stllike/string.h>
#include <memory>