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:
authorMaxim Pimenov <m@maps.me>2016-01-04 13:49:24 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:03:25 +0300
commit5f97d37377405f92a1063476d6b023cd005173fd (patch)
tree0d5adbe924646ba5723c049ff85d6720edea9ddd /std
parent3dae13d1a216528aff2e2509ff51d54140435069 (diff)
Review fixes.
Diffstat (limited to 'std')
-rw-r--r--std/iostream.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/std/iostream.hpp b/std/iostream.hpp
index 106683c45d..d9b6d0db8d 100644
--- a/std/iostream.hpp
+++ b/std/iostream.hpp
@@ -14,6 +14,8 @@ using std::cerr;
using std::istream;
using std::ostream;
+using std::ios_base;
+
#ifndef OMIM_OS_ANDROID
using std::wcin;
using std::wcout;