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:
authorLev Dragunov <l.dragunov@corp.mail.ru>2015-11-10 13:06:38 +0300
committerLev Dragunov <l.dragunov@corp.mail.ru>2015-11-10 13:06:38 +0300
commit6a1b36eb79bad5088c3e492ee38857d769d9a29e (patch)
treeaa367d6242fe890d1650d15ba3a062e6db272c83 /std
parent4ef24c1559d71c0f0339d38fac145e52510cc8f9 (diff)
PR fixes.
Diffstat (limited to 'std')
-rw-r--r--std/mutex.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/mutex.hpp b/std/mutex.hpp
index 47a7461fa7..ad184fe6cd 100644
--- a/std/mutex.hpp
+++ b/std/mutex.hpp
@@ -8,6 +8,7 @@
using std::lock_guard;
using std::mutex;
+using std::timed_mutex;
using std::unique_lock;
#ifdef DEBUG_NEW