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:
authorYuri Gorshenin <y@maps.me>2015-05-22 15:44:38 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:48:40 +0300
commit12ff790df7d5775763f1d841131185f316b85b15 (patch)
treef108d12d1729417b653ac075611831c298cb210d /std
parentdb394e88b2a5c6c2d9814f3c82586cc8de9c8289 (diff)
[threading] Fixed scheduled task API and tests.
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 07cc6ec1c0..3ff3eb12c2 100644
--- a/std/chrono.hpp
+++ b/std/chrono.hpp
@@ -11,6 +11,7 @@ using std::chrono::duration_cast;
using std::chrono::high_resolution_clock;
using std::chrono::milliseconds;
using std::chrono::nanoseconds;
+using std::chrono::steady_clock;
using std::chrono::system_clock;
#ifdef DEBUG_NEW