From fdfc2ee5b03c00caa4c655a4ba3dab5554ba354a Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Sat, 3 Jun 2017 08:39:54 +0200 Subject: Hide the implementation details. --- vsm/src/vespa/vsm/searcher/utf8stringfieldsearcherbase.cpp | 1 + vsm/src/vespa/vsm/searcher/utf8substringsnippetmodifier.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'vsm/src') diff --git a/vsm/src/vespa/vsm/searcher/utf8stringfieldsearcherbase.cpp b/vsm/src/vespa/vsm/searcher/utf8stringfieldsearcherbase.cpp index 8e444102930..c713e0284ac 100644 --- a/vsm/src/vespa/vsm/searcher/utf8stringfieldsearcherbase.cpp +++ b/vsm/src/vespa/vsm/searcher/utf8stringfieldsearcherbase.cpp @@ -1,6 +1,7 @@ // Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include "utf8stringfieldsearcherbase.h" +#include using search::QueryTerm; using search::QueryTermList; diff --git a/vsm/src/vespa/vsm/searcher/utf8substringsnippetmodifier.cpp b/vsm/src/vespa/vsm/searcher/utf8substringsnippetmodifier.cpp index 23e64d0bf5e..b5d49f463ef 100644 --- a/vsm/src/vespa/vsm/searcher/utf8substringsnippetmodifier.cpp +++ b/vsm/src/vespa/vsm/searcher/utf8substringsnippetmodifier.cpp @@ -1,5 +1,6 @@ // Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include "utf8substringsnippetmodifier.h" +#include using search::byte; using search::QueryTerm; -- cgit v1.2.3