Install boost on your machine.
Add the following directory to your search path.
/boost/tr1/tr1
see here boost tr1 for details
Now when you include you get the tr1 version of memory that has std::tr1::shared_ptr and then it includes the platform specific version of to get all the normal goodies.