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
path: root/std
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@maps.me>2016-04-08 09:59:21 +0300
committerAlex Zolotarev <alex@maps.me>2016-04-11 13:56:34 +0300
commit961fce7fe5a9de881cd788466c51bbe4e9aca4ae (patch)
treee2ef82f91929b2f8cdc249e156e666b75c7dc693 /std
parent07abd0ef5043e6a5f945cf0a930cc4f97a03dee9 (diff)
[generator] Normalize house numbers full-width digits.
Diffstat (limited to 'std')
-rw-r--r--std/algorithm.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/algorithm.hpp b/std/algorithm.hpp
index 46d9c64fef..d70be39125 100644
--- a/std/algorithm.hpp
+++ b/std/algorithm.hpp
@@ -7,6 +7,7 @@
#include <algorithm>
using std::all_of;
+using std::any_of;
using std::binary_search;
using std::copy;
using std::equal;