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 <ygorshenin@chromium.org>2015-03-12 14:18:49 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:38:52 +0300
commit3b4e0ddbc99e947b490a1e8c7f628e33eaac4d62 (patch)
treeaecea6a03c55e8f2cffae2c83ed24d6a54387aaf /std
parent76562de5ceb11cdbd9f0fb9fc2f750cbf7b463d6 (diff)
[base] Fixed data races and other concurrency bugs.
Diffstat (limited to 'std')
-rw-r--r--std/chrono.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/std/chrono.hpp b/std/chrono.hpp
index b775ea3a02..140a053396 100644
--- a/std/chrono.hpp
+++ b/std/chrono.hpp
@@ -7,9 +7,10 @@
#include <chrono>
+using std::chrono::duration_cast;
using std::chrono::high_resolution_clock;
+using std::chrono::milliseconds;
using std::chrono::nanoseconds;
-using std::chrono::duration_cast;
#ifdef DEBUG_NEW
#define new DEBUG_NEW