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:
authorvng <viktor.govako@gmail.com>2014-10-10 14:38:03 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:30:00 +0300
commit2875a76a1db343a52fa09a5b739ed86abd91013f (patch)
treee7e07416b3f718b98212ec6a15e372683afd0ef8 /std
parentda1eb2f4cf4c29a885e126d180409a37098c7d9c (diff)
[core] Use std::get_time function to parse date.
Diffstat (limited to 'std')
-rw-r--r--std/iomanip.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/iomanip.hpp b/std/iomanip.hpp
index 93c74e0bb7..b24867e6f0 100644
--- a/std/iomanip.hpp
+++ b/std/iomanip.hpp
@@ -11,6 +11,7 @@ using std::setfill;
using std::hex;
using std::fixed;
using std::setprecision;
+using std::get_time;
#ifdef DEBUG_NEW
#define new DEBUG_NEW