diff options
author | Josh Blum <josh@joshknows.com> | 2011-10-11 17:46:44 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-11-03 20:37:12 -0700 |
commit | 9fc513c961775c9682123394fe5d42ef914bbbd6 (patch) | |
tree | b6a8312bcdf875ebda4bf14da2a501cc4ca63094 /host/lib/usrp/b100 | |
parent | ba0323c616e032ebde12073521c754d93c65f821 (diff) | |
download | uhd-9fc513c961775c9682123394fe5d42ef914bbbd6.tar.gz uhd-9fc513c961775c9682123394fe5d42ef914bbbd6.tar.bz2 uhd-9fc513c961775c9682123394fe5d42ef914bbbd6.zip |
e100: performed streamer API update to e100 impl
Diffstat (limited to 'host/lib/usrp/b100')
-rw-r--r-- | host/lib/usrp/b100/b100_impl.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/b100/b100_impl.hpp b/host/lib/usrp/b100/b100_impl.hpp index fb440e8be..25badc967 100644 --- a/host/lib/usrp/b100/b100_impl.hpp +++ b/host/lib/usrp/b100/b100_impl.hpp @@ -41,6 +41,7 @@ #include <uhd/usrp/dboard_eeprom.hpp> #include <uhd/usrp/dboard_manager.hpp> #include <uhd/transport/usb_zero_copy.hpp> +#include <boost/weak_ptr.hpp> static const double B100_LINK_RATE_BPS = 256e6/8; //pratical link rate (< 480 Mbps) static const std::string B100_FW_FILE_NAME = "usrp_b100_fw.ihx"; |