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:
authorExMix <rahuba.youri@mapswithme.com>2014-04-04 12:51:27 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:14:22 +0300
commit409994f1761d625d798d5003f0f5dce5b6d6a6e1 (patch)
treee16edc50483003b5de967297bd61763bf432bbd2 /std/algorithm.hpp
parentf65373a25ad047f5fb3c9af437c4b8a9e2d6ded1 (diff)
[drape] new batchering with overlay processing
Diffstat (limited to 'std/algorithm.hpp')
-rw-r--r--std/algorithm.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/algorithm.hpp b/std/algorithm.hpp
index bc696b84c7..986607a72d 100644
--- a/std/algorithm.hpp
+++ b/std/algorithm.hpp
@@ -39,6 +39,7 @@ using std::pop_heap;
using std::sort_heap;
using std::distance;
using std::remove_copy_if;
+using std::generate;
#ifdef DEBUG_NEW
#define new DEBUG_NEW