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:
authorSergey Yershov <yershov@corp.mail.ru>2015-04-22 13:20:05 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:46:17 +0300
commitaaee95ae9a9f799fbb78b5a5ca7b905701aa8dd1 (patch)
treeb3e56c23465a04ce29d04f2abdc95e5892c2e5ab /std/iomanip.hpp
parent72635d6bb5dac1028997dce283e91cd69524c451 (diff)
Fix build on Linux
Diffstat (limited to 'std/iomanip.hpp')
-rw-r--r--std/iomanip.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/iomanip.hpp b/std/iomanip.hpp
index 8e0535adf8..abd9930115 100644
--- a/std/iomanip.hpp
+++ b/std/iomanip.hpp
@@ -9,13 +9,13 @@
#include <iomanip>
using std::fixed;
using std::hex;
-using std::put_time;
using std::setfill;
using std::setprecision;
using std::setw;
#ifndef OMIM_OS_LINUX
using std::get_time;
+using std::put_time;
#else
#include <cassert>