diff options
Diffstat (limited to 'host/lib/usrp')
| -rw-r--r-- | host/lib/usrp/common/ad936x_manager.cpp | 2 | ||||
| -rw-r--r-- | host/lib/usrp/common/lmx2592.cpp | 1 | 
2 files changed, 3 insertions, 0 deletions
| diff --git a/host/lib/usrp/common/ad936x_manager.cpp b/host/lib/usrp/common/ad936x_manager.cpp index 31e823d32..fd8c6803b 100644 --- a/host/lib/usrp/common/ad936x_manager.cpp +++ b/host/lib/usrp/common/ad936x_manager.cpp @@ -10,7 +10,9 @@  #include <boost/functional/hash.hpp>  #include <chrono>  #include <cmath> +#include <list>  #include <memory> +#include <string>  #include <thread>  using namespace uhd; diff --git a/host/lib/usrp/common/lmx2592.cpp b/host/lib/usrp/common/lmx2592.cpp index c80361f4a..0833bc7c4 100644 --- a/host/lib/usrp/common/lmx2592.cpp +++ b/host/lib/usrp/common/lmx2592.cpp @@ -7,6 +7,7 @@  #include "lmx2592_regs.hpp"  #include <uhdlib/usrp/common/lmx2592.hpp>  #include <uhdlib/utils/narrow.hpp> +#include <array>  #include <chrono>  #include <iomanip> | 
