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:
authorExMix <rahuba.youri@mapswithme.com>2015-03-05 15:10:04 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:04:05 +0300
commit2ab06f38c7743dd93e9ad050fab169e7d04d6bdb (patch)
tree18f9130d19dd6e60baa0144667bac8de542bb7f3 /std/iterator.hpp
parent65ab716c5b056c810d2b8ac5d2537d870a44ab4f (diff)
[drape] Rule and Ruler text. Global callbacks for gui subsystem
Diffstat (limited to 'std/iterator.hpp')
-rw-r--r--std/iterator.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/std/iterator.hpp b/std/iterator.hpp
index 0e820b66e1..6fb9c08133 100644
--- a/std/iterator.hpp
+++ b/std/iterator.hpp
@@ -15,6 +15,8 @@ using std::insert_iterator;
using std::istream_iterator;
using std::iterator_traits;
using std::reverse_iterator;
+using std::begin;
+using std::end;
#ifdef DEBUG_NEW
#define new DEBUG_NEW