diff --git a/urdf/include/urdf/model.h b/urdf/include/urdf/model.h index 4876f07..17a69e4 100644 --- a/urdf/include/urdf/model.h +++ b/urdf/include/urdf/model.h @@ -41,6 +41,8 @@ #include #include #include +#include +#include namespace urdf{ @@ -59,6 +61,10 @@ public: bool initString(const std::string& xmlstring); }; +typedef boost::shared_ptr ModelSharedPtr; +typedef boost::shared_ptr ModelConstSharedPtr; +typedef boost::weak_ptr ModelWeakPtr; + } #endif