aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300/x300_mb_eeprom_iface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/usrp/x300/x300_mb_eeprom_iface.hpp')
-rw-r--r--host/lib/usrp/x300/x300_mb_eeprom_iface.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/x300/x300_mb_eeprom_iface.hpp b/host/lib/usrp/x300/x300_mb_eeprom_iface.hpp
index d323d6359..2d08d5711 100644
--- a/host/lib/usrp/x300/x300_mb_eeprom_iface.hpp
+++ b/host/lib/usrp/x300/x300_mb_eeprom_iface.hpp
@@ -11,13 +11,13 @@
#include <uhd/config.hpp>
#include <uhd/types/serial.hpp>
#include <uhd/types/wb_iface.hpp>
-#include <boost/shared_ptr.hpp>
+#include <memory>
#include <boost/utility.hpp>
class x300_mb_eeprom_iface : public uhd::i2c_iface
{
public:
- typedef boost::shared_ptr<x300_mb_eeprom_iface> sptr;
+ typedef std::shared_ptr<x300_mb_eeprom_iface> sptr;
virtual ~x300_mb_eeprom_iface(void) = 0;