diff options
author | Josh Blum <josh@joshknows.com> | 2010-03-26 11:45:56 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-03-26 11:45:56 -0700 |
commit | 08f6b21ce7cc4aa4069b4461785fc7173bed2998 (patch) | |
tree | 8856af9e8af41a28245266290dfe29d053938a00 /host/lib/usrp/usrp2/usrp2_impl.hpp | |
parent | 24bd27b90d06820d858c008cff915319873321c5 (diff) | |
download | uhd-08f6b21ce7cc4aa4069b4461785fc7173bed2998.tar.gz uhd-08f6b21ce7cc4aa4069b4461785fc7173bed2998.tar.bz2 uhd-08f6b21ce7cc4aa4069b4461785fc7173bed2998.zip |
added interface address discovery
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp index 55ac0b192..a2f454c61 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.hpp +++ b/host/lib/usrp/usrp2/usrp2_impl.hpp @@ -22,6 +22,7 @@ #include <uhd/dict.hpp> #include <uhd/types.hpp> #include <uhd/time_spec.hpp> +#include <boost/asio.hpp> #include <boost/thread.hpp> #include <boost/shared_ptr.hpp> #include <boost/function.hpp> |