summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-12-24 11:48:11 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-01-01 17:12:26 +0000
commit064f0df79bf38da6e9c372096e25a818c2561ae3 (patch)
tree1143762a72c07293c2b64dcc4339d7cfd919fcca /searchcore
parent7d7b46f012b4f9bbd416f17a945204acc28c6ae5 (diff)
Reduce code visibility.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/documentmetastore/lid_allocator.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/documentmetastore/lid_allocator.cpp b/searchcore/src/vespa/searchcore/proton/documentmetastore/lid_allocator.cpp
index 0c03727e017..525f4f7a267 100644
--- a/searchcore/src/vespa/searchcore/proton/documentmetastore/lid_allocator.cpp
+++ b/searchcore/src/vespa/searchcore/proton/documentmetastore/lid_allocator.cpp
@@ -3,6 +3,7 @@
#include "lid_allocator.h"
#include <vespa/searchlib/common/bitvectoriterator.h>
#include <vespa/searchlib/fef/termfieldmatchdataarray.h>
+#include <vespa/searchlib/fef/matchdata.h>
#include <mutex>
#include <vespa/log/log.h>