diff options
Diffstat (limited to 'host')
-rw-r--r-- | host/include/uhd/deprecated.hpp | 1 | ||||
-rw-r--r-- | host/include/uhd/types/ref_vector.hpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/host/include/uhd/deprecated.hpp b/host/include/uhd/deprecated.hpp index 95cce58e9..ab24600bf 100644 --- a/host/include/uhd/deprecated.hpp +++ b/host/include/uhd/deprecated.hpp @@ -23,6 +23,7 @@ #define INCLUDED_UHD_TYPES_OTW_TYPE_HPP #include <uhd/config.hpp> +#include <cstddef> namespace uhd{ diff --git a/host/include/uhd/types/ref_vector.hpp b/host/include/uhd/types/ref_vector.hpp index bbfb5434d..61a82cee8 100644 --- a/host/include/uhd/types/ref_vector.hpp +++ b/host/include/uhd/types/ref_vector.hpp @@ -19,6 +19,7 @@ #define INCLUDED_UHD_TYPES_REF_VECTOR_HPP #include <uhd/config.hpp> +#include <cstddef> namespace uhd{ |