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:
authorExMix <rahuba.youri@mapswithme.com>2014-01-22 00:21:05 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:10:40 +0300
commit4afa6a1aefe608e1bc1d67aa2becce3970b8f034 (patch)
tree8221a0bd808a6447c337e552a1080b4e5edc96d9 /std
parentc16751396d84ae525324d4d4576ad775ba943fd0 (diff)
[drape] not store MemoryFeatureIndex and FeaturesFetcher in TileInfo
reading feature geometry
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 4fa70f4ad9..84e9c6e17f 100644
--- a/std/algorithm.hpp
+++ b/std/algorithm.hpp
@@ -38,6 +38,7 @@ using std::transform;
using std::push_heap;
using std::pop_heap;
using std::sort_heap;
+using std::distance;
using std::remove_copy_if;
#ifdef DEBUG_NEW