mirror of
https://github.com/fairwaves/UHD-Fairwaves.git
synced 2025-10-23 07:42:00 +00:00
host: add missing includes for BOOST_FOREACH
This commit is contained in:
committed by
Alexander Chemeris
parent
ce07ca65ff
commit
845b9029df
@@ -24,6 +24,7 @@
|
|||||||
#include <uhd/transport/if_addrs.hpp>
|
#include <uhd/transport/if_addrs.hpp>
|
||||||
#include <uhd/transport/udp_simple.hpp>
|
#include <uhd/transport/udp_simple.hpp>
|
||||||
#include <boost/asio.hpp>
|
#include <boost/asio.hpp>
|
||||||
|
#include <boost/foreach.hpp>
|
||||||
|
|
||||||
using namespace uhd;
|
using namespace uhd;
|
||||||
using namespace uhd::usrp;
|
using namespace uhd::usrp;
|
||||||
|
@@ -25,6 +25,7 @@
|
|||||||
#include <boost/thread.hpp> //sleep
|
#include <boost/thread.hpp> //sleep
|
||||||
#include <boost/assign/list_of.hpp>
|
#include <boost/assign/list_of.hpp>
|
||||||
#include <boost/utility.hpp>
|
#include <boost/utility.hpp>
|
||||||
|
#include <boost/foreach.hpp>
|
||||||
|
|
||||||
static int verbosity = 0;
|
static int verbosity = 0;
|
||||||
|
|
||||||
|
@@ -20,6 +20,7 @@
|
|||||||
#include <uhd/types/sensors.hpp>
|
#include <uhd/types/sensors.hpp>
|
||||||
#include <uhd/types/ranges.hpp>
|
#include <uhd/types/ranges.hpp>
|
||||||
#include <boost/asio.hpp>
|
#include <boost/asio.hpp>
|
||||||
|
#include <boost/foreach.hpp>
|
||||||
|
|
||||||
using namespace uhd;
|
using namespace uhd;
|
||||||
using namespace uhd::usrp;
|
using namespace uhd::usrp;
|
||||||
|
Reference in New Issue
Block a user