summaryrefslogtreecommitdiffstats
path: root/searchcommon
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2022-03-29 19:20:46 +0200
committerTor Egge <Tor.Egge@online.no>2022-03-29 19:21:10 +0200
commitddbbf02d0598cd0dbd31bb71c57c7f0f2293f597 (patch)
tree70f999939688c5a225b1d9366f192fa997ffd6fa /searchcommon
parentf37c3158679b5abb2deb4c5d7b9ad82fe8bfe362 (diff)
Move SearchContext out from AttributeVector.
Diffstat (limited to 'searchcommon')
-rw-r--r--searchcommon/src/vespa/searchcommon/attribute/i_search_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcommon/src/vespa/searchcommon/attribute/i_search_context.h b/searchcommon/src/vespa/searchcommon/attribute/i_search_context.h
index f13b79acb4b..ff62c535e7f 100644
--- a/searchcommon/src/vespa/searchcommon/attribute/i_search_context.h
+++ b/searchcommon/src/vespa/searchcommon/attribute/i_search_context.h
@@ -4,6 +4,7 @@
#include <vespa/searchcommon/common/range.h>
#include <vespa/vespalib/stllike/string.h>
+#include <memory>
namespace search::fef { class TermFieldMatchData; }
namespace search::queryeval {