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:
authorRoman Romanov <rromanov@65gb.net>2016-10-04 07:04:52 +0300
committerRoman Romanov <rromanov@65gb.net>2016-10-04 07:04:52 +0300
commitbd882b80fce44a651ba3cff7b2e579e011fdd815 (patch)
tree0360bc039defe3f5f3ce3a22605144b03425e532 /std
parent027c34d8704113704c2c248bd09ec8b08a6415d6 (diff)
[android] Review fixes
Diffstat (limited to 'std')
-rw-r--r--std/chrono.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/chrono.hpp b/std/chrono.hpp
index 1ac4f3f731..3aadbf8ae6 100644
--- a/std/chrono.hpp
+++ b/std/chrono.hpp
@@ -17,6 +17,7 @@ using std::chrono::seconds;
using std::chrono::steady_clock;
using std::chrono::system_clock;
using std::chrono::time_point;
+using std::chrono::time_point_cast;
#ifdef DEBUG_NEW
#define new DEBUG_NEW