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:
authorYuri Gorshenin <y@maps.me>2017-06-01 14:19:32 +0300
committerYuri Gorshenin <y@maps.me>2017-06-01 15:29:06 +0300
commit08b0166a665ab98bfaf1273df9aa6911387abc09 (patch)
tree1040e186105cee29162c717c555ffe8d2da059ad /indexer/postcodes_matcher.cpp
parent7f836a82eb28a21430171a658e819598de143475 (diff)
[search] Fixed numero signs in search queries and names.
Diffstat (limited to 'indexer/postcodes_matcher.cpp')
-rw-r--r--indexer/postcodes_matcher.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/postcodes_matcher.cpp b/indexer/postcodes_matcher.cpp
index cac4abc133..7eacf1fe1b 100644
--- a/indexer/postcodes_matcher.cpp
+++ b/indexer/postcodes_matcher.cpp
@@ -8,6 +8,7 @@
#include "base/stl_add.hpp"
#include "base/string_utils.hpp"
+#include "std/algorithm.hpp"
#include "std/transform_iterator.hpp"
#include "std/unique_ptr.hpp"
#include "std/utility.hpp"