projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Explicit refcounting removed from connection object
[invirt/third/libt4.git]
/
types.h
diff --git
a/types.h
b/types.h
index
0897649
..
b326ef7
100644
(file)
--- a/
types.h
+++ b/
types.h
@@
-59,6
+59,12
@@
using std::list;
#include <map>
using std::map;
+#include <memory>
+using std::enable_shared_from_this;
+using std::make_shared;
+using std::shared_ptr;
+using std::unique_ptr;
+
#include <mutex>
using std::mutex;
using lock = std::unique_lock<std::mutex>;