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:
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;