diff options
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/property_tree.hpp | 2 | ||||
-rw-r--r-- | host/include/uhd/transport/nirio/nirio_fifo.h | 1 | ||||
-rw-r--r-- | host/include/uhd/transport/nirio/nirio_quirks.h | 1 | ||||
-rw-r--r-- | host/include/uhd/transport/nirio/nirio_resource_manager.h | 1 | ||||
-rw-r--r-- | host/include/uhd/transport/nirio/niriok_proxy.h | 1 | ||||
-rw-r--r-- | host/include/uhd/transport/nirio/niusrprio_session.h | 1 | ||||
-rw-r--r-- | host/include/uhd/transport/nirio_zero_copy.hpp | 1 |
7 files changed, 7 insertions, 1 deletions
diff --git a/host/include/uhd/property_tree.hpp b/host/include/uhd/property_tree.hpp index 47b2c5736..f889ba235 100644 --- a/host/include/uhd/property_tree.hpp +++ b/host/include/uhd/property_tree.hpp @@ -38,7 +38,7 @@ public: /*! * Register a coercer into the property. - * A coercer is a special subscribes that coerces the value. + * A coercer is a special subscriber that coerces the value. * Only one coercer may be registered per property. * Registering a coercer replaces the previous coercer. * \param coercer the coercer callback function diff --git a/host/include/uhd/transport/nirio/nirio_fifo.h b/host/include/uhd/transport/nirio/nirio_fifo.h index fc1de245d..14ebeeff9 100644 --- a/host/include/uhd/transport/nirio/nirio_fifo.h +++ b/host/include/uhd/transport/nirio/nirio_fifo.h @@ -19,6 +19,7 @@ #ifndef INCLUDED_UHD_TRANSPORT_NIRIO_NIRIO_FIFO_H #define INCLUDED_UHD_TRANSPORT_NIRIO_NIRIO_FIFO_H +#include <stdint.h> #include <uhd/transport/nirio/nirio_driver_iface.h> #include <uhd/transport/nirio/niriok_proxy.h> #include <uhd/transport/nirio/status.h> diff --git a/host/include/uhd/transport/nirio/nirio_quirks.h b/host/include/uhd/transport/nirio/nirio_quirks.h index ed4f72e7f..8e58f80f1 100644 --- a/host/include/uhd/transport/nirio/nirio_quirks.h +++ b/host/include/uhd/transport/nirio/nirio_quirks.h @@ -20,6 +20,7 @@ #define INCLUDED_UHD_TRANSPORT_NIRIO_NIRIO_QUIRKS_H #include <set> +#include <stdint.h> #include <uhd/utils/log.hpp> //Quirk#1: We need to verify RX zero-copy data transfers from the RIO diff --git a/host/include/uhd/transport/nirio/nirio_resource_manager.h b/host/include/uhd/transport/nirio/nirio_resource_manager.h index a10b3d532..8c0e373d7 100644 --- a/host/include/uhd/transport/nirio/nirio_resource_manager.h +++ b/host/include/uhd/transport/nirio/nirio_resource_manager.h @@ -24,6 +24,7 @@ #include <vector> #include <map> #include <string> +#include <stdint.h> namespace uhd { namespace niusrprio { diff --git a/host/include/uhd/transport/nirio/niriok_proxy.h b/host/include/uhd/transport/nirio/niriok_proxy.h index ca6a4ba02..85eaf3167 100644 --- a/host/include/uhd/transport/nirio/niriok_proxy.h +++ b/host/include/uhd/transport/nirio/niriok_proxy.h @@ -18,6 +18,7 @@ #ifndef INCLUDED_UHD_TRANSPORT_NIRIO_NIRIO_INTERFACE_H #define INCLUDED_UHD_TRANSPORT_NIRIO_NIRIO_INTERFACE_H +#include <stdint.h> #include <boost/smart_ptr.hpp> #include <boost/noncopyable.hpp> #include <uhd/transport/nirio/nirio_driver_iface.h> diff --git a/host/include/uhd/transport/nirio/niusrprio_session.h b/host/include/uhd/transport/nirio/niusrprio_session.h index c84bc75d0..a684d98ae 100644 --- a/host/include/uhd/transport/nirio/niusrprio_session.h +++ b/host/include/uhd/transport/nirio/niusrprio_session.h @@ -19,6 +19,7 @@ #ifndef INCLUDED_UHD_TRANSPORT_NIRIO_NIUSRPRIO_SESSION_H #define INCLUDED_UHD_TRANSPORT_NIRIO_NIUSRPRIO_SESSION_H +#include <stdint.h> #include <uhd/transport/nirio/rpc/usrprio_rpc_client.hpp> #include <uhd/transport/nirio/niriok_proxy.h> #include <uhd/transport/nirio/nirio_resource_manager.h> diff --git a/host/include/uhd/transport/nirio_zero_copy.hpp b/host/include/uhd/transport/nirio_zero_copy.hpp index 5b16b1975..fc3ccf5d2 100644 --- a/host/include/uhd/transport/nirio_zero_copy.hpp +++ b/host/include/uhd/transport/nirio_zero_copy.hpp @@ -23,6 +23,7 @@ #include <uhd/transport/zero_copy.hpp> #include <uhd/types/device_addr.hpp> #include <boost/shared_ptr.hpp> +#include <stdint.h> namespace uhd{ namespace transport{ |