3 #ifdef CHIPMUNKPP_BOOST
5 #include <boost/shared_ptr.hpp>
6 #include <boost/weak_ptr.hpp>
7 #include <boost/make_shared.hpp>
8 #include <boost/function.hpp>
11 using boost::shared_ptr;
12 using boost::weak_ptr;
13 using boost::make_shared;
15 using boost::function;