如果我想使用std :: shared_ptr,包含哪个头?

BЈо*_*вић 18 c++ header shared-ptr c++11

在c ++ 0x中,shared_ptr将从tr1移动到std.那么要包括哪个标题来获取它?

我正在使用g ++ 4.5(ubuntu 10.10)

Fre*_*Foo 22

<memory>现在就能找到它.