X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/e478ac59e66e89cbc174e781ac715c8644539947..8b9d106fcc61fc84712c97d4db060d8302cc63fd:/types.h diff --git a/types.h b/types.h index 0897649..d2d5411 100644 --- a/types.h +++ b/types.h @@ -1,6 +1,8 @@ #ifndef types_h #define types_h +#include + #include using std::copy; using std::move; @@ -59,6 +61,12 @@ using std::list; #include using std::map; +#include +using std::enable_shared_from_this; +using std::make_shared; +using std::shared_ptr; +using std::unique_ptr; + #include using std::mutex; using lock = std::unique_lock;