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:
authorYuri Gorshenin <y@maps.me>2015-07-24 17:47:10 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:57:41 +0300
commit2a1842007a047713f64f4589e32ab62fc7cd8280 (patch)
tree894be0efea0429d89963daefe162c164295b14eb /std/chrono.hpp
parent04142e39cffd676d234f2a3b39de774500c6a66e (diff)
Timer is moved to steady clocks.
Diffstat (limited to 'std/chrono.hpp')
-rw-r--r--std/chrono.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/std/chrono.hpp b/std/chrono.hpp
index 2aa488bade..598ffbee7a 100644
--- a/std/chrono.hpp
+++ b/std/chrono.hpp
@@ -6,14 +6,16 @@
#include <chrono>
+using std::chrono::duration;
using std::chrono::duration_cast;
using std::chrono::high_resolution_clock;
using std::chrono::milliseconds;
-using std::chrono::nanoseconds;
using std::chrono::minutes;
+using std::chrono::nanoseconds;
using std::chrono::seconds;
using std::chrono::steady_clock;
using std::chrono::system_clock;
+using std::chrono::time_point;
#ifdef DEBUG_NEW
#define new DEBUG_NEW