mirror of
https://github.com/fairwaves/UHD-Fairwaves.git
synced 2025-10-23 07:42:00 +00:00
host: fix include with newer uhd
Added explicit include of #include <boost/cstdint.hpp> The uhd header wb_iface.hpp has moved from boost cstdint to regular stdint.h and thus is lacking the boost include.
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include <uhd/transport/zero_copy.hpp>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/utility.hpp>
|
||||
#include <boost/cstdint.hpp>
|
||||
#include <uhd/types/wb_iface.hpp>
|
||||
#include <string>
|
||||
|
||||
|
Reference in New Issue
Block a user