diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-03-11 09:46:29 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-03-11 09:46:29 -0800 |
commit | 94230735279c721424ef001a799c780dc937a091 (patch) | |
tree | c476b516144b76730cc18788cba2b0c712a917b2 /host/include | |
parent | 165fd400e995c9652c2dfe85c2fd589b750a2620 (diff) | |
parent | ccc8acb743aaab6cd3e926d5901fa3fa4114a469 (diff) | |
download | uhd-94230735279c721424ef001a799c780dc937a091.tar.gz uhd-94230735279c721424ef001a799c780dc937a091.tar.bz2 uhd-94230735279c721424ef001a799c780dc937a091.zip |
Merge branch 'maint'
Diffstat (limited to 'host/include')
-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{ |