Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2015-12-08 13:56:57 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:03:01 +0300
commit834f8be3f8fafc6f05d7bfe5661a49572291b417 (patch)
treee39f7a65d92f3f6fa215b90bd959e8e8e6433fd0 /search/feature_offset_match.hpp
parent1f6bb2ee6740c14d85e40ec6dcb95ba0b4eb824c (diff)
[search] Moved search components to the search library. Moved search index builder to the generator.
Diffstat (limited to 'search/feature_offset_match.hpp')
-rw-r--r--search/feature_offset_match.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/search/feature_offset_match.hpp b/search/feature_offset_match.hpp
index eec689e1a2..f4ec91ab1f 100644
--- a/search/feature_offset_match.hpp
+++ b/search/feature_offset_match.hpp
@@ -1,9 +1,10 @@
#pragma once
#include "search/search_common.hpp"
+#include "search/search_index_values.hpp"
#include "search/search_query.hpp"
#include "search/search_query_params.hpp"
-#include "indexer/search_trie.hpp"
+#include "indexer/trie.hpp"
#include "base/mutex.hpp"
#include "base/scope_guard.hpp"