summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/postinglistbm
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-06-01 14:49:22 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-06-01 16:54:58 +0200
commit7e3047881eb9095c6a5bdd0394783f163ef2142f (patch)
tree7026683a78812a1af1d253ce4f434bcf5c3d16b8 /searchlib/src/tests/postinglistbm
parent349fee6bca3fbe9034a8e2b1cc65b287771e86e7 (diff)
Now everything builds without fastos.h
Diffstat (limited to 'searchlib/src/tests/postinglistbm')
-rw-r--r--searchlib/src/tests/postinglistbm/postinglistbm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchlib/src/tests/postinglistbm/postinglistbm.cpp b/searchlib/src/tests/postinglistbm/postinglistbm.cpp
index b590b2fd0ba..02007e1ae64 100644
--- a/searchlib/src/tests/postinglistbm/postinglistbm.cpp
+++ b/searchlib/src/tests/postinglistbm/postinglistbm.cpp
@@ -11,6 +11,7 @@
#include <vespa/searchlib/test/fakedata/fakewordset.h>
#include <vespa/searchlib/test/fakedata/fpfactory.h>
#include <vespa/searchlib/index/docidandfeatures.h>
+#include <vespa/fastos/app.h>
using search::ResultSet;
using search::fef::TermFieldMatchData;
@@ -26,8 +27,7 @@ using namespace search::fakedata;
void FastS_block_usr2() {}
-namespace postinglistbm
-{
+namespace postinglistbm {
class PostingListBM : public FastOS_Application
{