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-02-26 18:15:15 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:37:44 +0300
commit681feb94c08f10f6ec2f70cd9056344e3c285f10 (patch)
tree0da635e58e85316053de7defd6e0d33b84d905b9 /std/mutex.hpp
parent0e5ad066dbf8b49145f381767104fbd199aa07f4 (diff)
[search-index] Improved performance of current search index building process.
Diffstat (limited to 'std/mutex.hpp')
-rw-r--r--std/mutex.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/std/mutex.hpp b/std/mutex.hpp
index 161b168998..0f024c0647 100644
--- a/std/mutex.hpp
+++ b/std/mutex.hpp
@@ -7,7 +7,9 @@
#include <mutex>
+using std::lock_guard;
using std::mutex;
+using std::unique_lock;
#ifdef DEBUG_NEW
#define new DEBUG_NEW