summaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/matchview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/vespa/searchcore/proton/server/matchview.cpp')
-rw-r--r--searchcore/src/vespa/searchcore/proton/server/matchview.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/server/matchview.cpp b/searchcore/src/vespa/searchcore/proton/server/matchview.cpp
index 532c2e868b6..f865d533d85 100644
--- a/searchcore/src/vespa/searchcore/proton/server/matchview.cpp
+++ b/searchcore/src/vespa/searchcore/proton/server/matchview.cpp
@@ -2,6 +2,7 @@
#include "matchview.h"
#include "searchcontext.h"
+#include <vespa/searchcore/proton/attribute/i_attribute_manager.h>
#include <vespa/searchcore/proton/matching/matcher.h>
#include <vespa/searchlib/engine/searchrequest.h>
#include <vespa/searchlib/engine/searchreply.h>
@@ -34,8 +35,8 @@ using matching::Matcher;
using matching::SessionManager;
MatchView::MatchView(Matchers::SP matchers,
- IndexSearchable::SP indexSearchable,
- IAttributeManager::SP attrMgr,
+ std::shared_ptr<IndexSearchable> indexSearchable,
+ std::shared_ptr<IAttributeManager> attrMgr,
SessionManager & sessionMgr,
IDocumentMetaStoreContext::SP metaStore,
DocIdLimit &docIdLimit)