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:
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