aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-11-10 20:27:50 +0100
committerGitHub <noreply@github.com>2021-11-10 20:27:50 +0100
commitecbdff405dfa60524c5ae66da4dad81d337587de (patch)
treeda0fe0349365e84a557ff1ea58c796a9788e4164
parente9fe0670ab1344d5e5677dbb4547b99704e20ac5 (diff)
parent24bb106aa30627248a33205b345aa61aba8efd1f (diff)
Merge pull request #19964 from vespa-engine/toregge/fix-forward-declaration
Fix forward declaration.
-rw-r--r--searchcore/src/vespa/searchcore/proton/matching/extract_features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/matching/extract_features.h b/searchcore/src/vespa/searchcore/proton/matching/extract_features.h
index 66e98d9db2d..3c0f60b5b3f 100644
--- a/searchcore/src/vespa/searchcore/proton/matching/extract_features.h
+++ b/searchcore/src/vespa/searchcore/proton/matching/extract_features.h
@@ -5,7 +5,7 @@
#include <vespa/searchlib/common/featureset.h>
#include <vector>
-namespace vespalib { class ThreadBundle; };
+namespace vespalib { struct ThreadBundle; };
namespace search::queryeval { class SearchIterator; }
namespace search::fef { class RankProgram; }