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:
authorSergey Magidovich <mgsergio@mapswithme.com>2016-03-11 10:54:16 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:56:17 +0300
commit5c4e0d0cff736c8223ffb8bb94cb7bdfe3df6e7c (patch)
tree5d078f0fb8fe54368d2c220ef5ea6fb932772d7b /std
parent67bc59050f17eef2cf575f0b867150f07ad95a64 (diff)
Implement notes upload.
Diffstat (limited to 'std')
-rw-r--r--std/shared_ptr.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/shared_ptr.hpp b/std/shared_ptr.hpp
index 8bdab56417..2ac9c7ad0a 100644
--- a/std/shared_ptr.hpp
+++ b/std/shared_ptr.hpp
@@ -7,6 +7,7 @@
#include <memory>
using std::shared_ptr;
using std::make_shared;
+using std::enable_shared_from_this;
#ifdef DEBUG_NEW
#define new DEBUG_NEW