aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2015-10-12 17:23:21 -0700
committerMartin Braun <martin.braun@ettus.com>2015-10-12 17:23:21 -0700
commit98de3794219fd4fe7f2359cb07c3c84ead8e8aec (patch)
treeab4b0ce5b63560a8dfadde595928361d9b722072 /host
parent539223d93986e77968018cb808e0ea04f1c516f4 (diff)
downloaduhd-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.cpp1
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;