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:
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/algorithm.hpp
parent332d30c416ce4b2c77de4f4b8d9a3163a9e533fc (diff)
Better graphics::StraightTextElement splitting algorithm.
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 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;