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:
authorvng <viktor.govako@gmail.com>2013-02-20 01:12:00 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:51:03 +0300
commit9da8dca01a6e823cee97329ae224472f4a68da78 (patch)
treed6e1718e9bc9cecfb9a5b0d177fdba3210fc0760 /std
parent332d30c416ce4b2c77de4f4b8d9a3163a9e533fc (diff)
Better graphics::StraightTextElement splitting algorithm.
Diffstat (limited to 'std')
-rw-r--r--std/algorithm.hpp1
-rw-r--r--std/iterator.hpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/std/algorithm.hpp b/std/algorithm.hpp
index 69588650b7..4515b45e5b 100644
--- a/std/algorithm.hpp
+++ b/std/algorithm.hpp
@@ -10,6 +10,7 @@
using std::equal;
using std::find;
using std::find_if;
+using std::find_first_of;
using std::lexicographical_compare;
using std::lower_bound;
using std::max;
diff --git a/std/iterator.hpp b/std/iterator.hpp
index bb7436ce6f..94d68cb8a9 100644
--- a/std/iterator.hpp
+++ b/std/iterator.hpp
@@ -13,6 +13,7 @@ using std::iterator_traits;
using std::istream_iterator;
using std::insert_iterator;
using std::back_insert_iterator;
+using std::reverse_iterator;
#ifdef DEBUG_NEW
#define new DEBUG_NEW