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:
authorDmitry Kunin <dkunin@mapswith.me>2014-01-24 13:26:58 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:10:38 +0300
commit9c269ee13b2c8eaea1e1c0358bb469a6d0e86ee1 (patch)
tree82e0e5ec92fab456461c27f5553c20150705c23c /std/algorithm.hpp
parent83aa7f63e1d65d7f7d60685399cfa339e712b826 (diff)
[codereview]
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 4515b45e5b..4fa70f4ad9 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::remove_copy_if;
#ifdef DEBUG_NEW
#define new DEBUG_NEW