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:
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