diff options
Diffstat (limited to 'host/lib/usrp/usrp2/clock_ctrl.hpp')
| -rw-r--r-- | host/lib/usrp/usrp2/clock_ctrl.hpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/host/lib/usrp/usrp2/clock_ctrl.hpp b/host/lib/usrp/usrp2/clock_ctrl.hpp index 53f0d0aef..b82dd4723 100644 --- a/host/lib/usrp/usrp2/clock_ctrl.hpp +++ b/host/lib/usrp/usrp2/clock_ctrl.hpp @@ -10,12 +10,12 @@  #include "usrp2_iface.hpp"  #include <uhd/utils/noncopyable.hpp> -#include <boost/shared_ptr.hpp> +#include <memory>  #include <vector>  class usrp2_clock_ctrl : uhd::noncopyable{  public: -    typedef boost::shared_ptr<usrp2_clock_ctrl> sptr; +    typedef std::shared_ptr<usrp2_clock_ctrl> sptr;      virtual ~usrp2_clock_ctrl(void) = 0; | 
