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:
authorygorshenin <mipt.vi002@gmail.com>2016-09-01 14:20:26 +0300
committerGitHub <noreply@github.com>2016-09-01 14:20:26 +0300
commita43c309fc7adfbd853133debc712a86be3d149f9 (patch)
tree9b3e08849f05753677e1cbc55391f91b3e864c6c /std
parentba6e995c4cf0033bd1eef6fc525ca4806af25d81 (diff)
parent908ad603ad1f5b6c8b048a8d4a788ca80954019e (diff)
Merge pull request #4160 from milchakov/MAPSME-882_web_config
[editor] Mapsme 882 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;