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:
authorConstantin Shalnev <c.shalnev@corp.mail.ru>2015-08-19 13:48:15 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:01:54 +0300
commit487a28e33e7f2f4f4f26aeaffcdac379bfd0078b (patch)
tree32718246cf87e07ccdd76a58783035d0c8f6d39d /std/algorithm.hpp
parent60952b43503ec79bb5e51e9a7cae8151bd84a162 (diff)
Use natural-land as background color for specified scales
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 913e1c0482..b77cd4ff4c 100644
--- a/std/algorithm.hpp
+++ b/std/algorithm.hpp
@@ -9,6 +9,7 @@
using std::all_of;
using std::binary_search;
using std::equal;
+using std::fill;
using std::find;
using std::find_if;
using std::find_first_of;