1 2 3 4 5 6 7
#ifndef MEMORY_H_ #define MEMORY_H_ #include <boost/shared_ptr.hpp> using boost::shared_ptr; #endif