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:
authorArsentiy Milchakov <a.milchakov@corp.mail.ru>2016-08-31 18:27:16 +0300
committerArsentiy Milchakov <a.milchakov@corp.mail.ru>2016-08-31 18:27:16 +0300
commit97f9878607fb15f406d3b52b2f06ca8ecbe4915a (patch)
tree9853b6922f09488092c8cbb0b396bb3b9bcfb0b2 /std
parent39103b30cf1fcb94801d6725f60897c85df45304 (diff)
editor web config
Diffstat (limited to 'std')
-rw-r--r--std/iterator.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/iterator.hpp b/std/iterator.hpp
index 998fc33f3e..a5447e3f9b 100644
--- a/std/iterator.hpp
+++ b/std/iterator.hpp
@@ -15,6 +15,7 @@ using std::end;
using std::insert_iterator;
using std::inserter;
using std::istream_iterator;
+using std::istreambuf_iterator;
using std::iterator_traits;
using std::next;
using std::reverse_iterator;