aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/queryeval/blueprint
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-11-29 19:05:34 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-12 02:55:40 +0100
commit6017ac8ab420a95a556ea6693438dada4fbe436c (patch)
tree0a43e2b5c2a60410bafaff36b19518323e44e81a /searchlib/src/tests/queryeval/blueprint
parentaf4d4c5d3a170aeedf2afbcca42367ec3e53c2fa (diff)
Add missing include.
Diffstat (limited to 'searchlib/src/tests/queryeval/blueprint')
-rw-r--r--searchlib/src/tests/queryeval/blueprint/mysearch.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/searchlib/src/tests/queryeval/blueprint/mysearch.h b/searchlib/src/tests/queryeval/blueprint/mysearch.h
index 7ab852b384f..0ea91bd5703 100644
--- a/searchlib/src/tests/queryeval/blueprint/mysearch.h
+++ b/searchlib/src/tests/queryeval/blueprint/mysearch.h
@@ -1,6 +1,6 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <vespa/searchlib/queryeval/blueprint.h>
-#include <vespa/vespalib/objects/visit.h>
+#include <vespa/vespalib/objects/visit.hpp>
namespace search {
namespace queryeval {
@@ -16,12 +16,12 @@ public:
typedef search::fef::MatchData MatchData;
private:
- std::string _tag;
- bool _isLeaf;
- bool _isStrict;
- MyChildren _children;
- TFMDA _match;
- MatchData *_md;
+ vespalib::string _tag;
+ bool _isLeaf;
+ bool _isStrict;
+ MyChildren _children;
+ TFMDA _match;
+ MatchData *_md;
std::vector<uint32_t> _handles;