aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorSugandha Gupta <sugandha.gupta@ettus.com>2019-08-21 14:19:59 -0700
committerMartin Braun <martin.braun@ettus.com>2019-08-25 18:58:01 -0700
commita6f253b8859ca52351ec36dd789908793d363a5b (patch)
treec32dbe9eec5474ccacf88c171d70b5ac8de94414 /host
parentea06c70f2e7d43fbec3ddc0e79239b3e3e9cc649 (diff)
downloaduhd-a6f253b8859ca52351ec36dd789908793d363a5b.tar.gz
uhd-a6f253b8859ca52351ec36dd789908793d363a5b.tar.bz2
uhd-a6f253b8859ca52351ec36dd789908793d363a5b.zip
fixup! uhd: Changed mboard_eeprom_t interface, refactored MB EEPROM code
Diffstat (limited to 'host')
-rw-r--r--host/lib/usrp/x300/x300_mb_eeprom_iface.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/x300/x300_mb_eeprom_iface.cpp b/host/lib/usrp/x300/x300_mb_eeprom_iface.cpp
index a54caa560..b4dab8291 100644
--- a/host/lib/usrp/x300/x300_mb_eeprom_iface.cpp
+++ b/host/lib/usrp/x300/x300_mb_eeprom_iface.cpp
@@ -27,6 +27,7 @@
#include <uhd/utils/log.hpp>
#include <uhd/utils/platform.hpp>
#include <boost/thread.hpp>
+#include <boost/make_shared.hpp>
using namespace uhd;