diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-10-12 17:23:21 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-10-12 17:23:21 -0700 |
commit | 98de3794219fd4fe7f2359cb07c3c84ead8e8aec (patch) | |
tree | ab4b0ce5b63560a8dfadde595928361d9b722072 /host | |
parent | 539223d93986e77968018cb808e0ea04f1c516f4 (diff) | |
download | uhd-98de3794219fd4fe7f2359cb07c3c84ead8e8aec.tar.gz uhd-98de3794219fd4fe7f2359cb07c3c84ead8e8aec.tar.bz2 uhd-98de3794219fd4fe7f2359cb07c3c84ead8e8aec.zip |
fixup! ad9361: codec manager needs more includes on some platforms
Diffstat (limited to 'host')
-rw-r--r-- | host/lib/usrp/common/ad936x_manager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/common/ad936x_manager.cpp b/host/lib/usrp/common/ad936x_manager.cpp index e56fd3a82..de8c4c7ab 100644 --- a/host/lib/usrp/common/ad936x_manager.cpp +++ b/host/lib/usrp/common/ad936x_manager.cpp @@ -19,6 +19,7 @@ #include <uhd/utils/msg.hpp> #include <boost/foreach.hpp> #include <boost/functional/hash.hpp> +#include <boost/thread/thread.hpp> using namespace uhd; using namespace uhd::usrp; |