diff options
Diffstat (limited to 'host')
| -rw-r--r-- | host/include/uhd/rfnoc/node_ctrl_base.hpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/rfnoc/node_ctrl_base.hpp b/host/include/uhd/rfnoc/node_ctrl_base.hpp index 00dd6a056..9aa137b09 100644 --- a/host/include/uhd/rfnoc/node_ctrl_base.hpp +++ b/host/include/uhd/rfnoc/node_ctrl_base.hpp @@ -11,13 +11,13 @@  #include <uhd/types/device_addr.hpp>  #include <uhd/rfnoc/constants.hpp>  #include <uhd/utils/log.hpp> -#include <stdint.h>  #include <boost/shared_ptr.hpp>  #include <boost/utility.hpp>  #include <boost/enable_shared_from_this.hpp>  #include <boost/function.hpp>  #include <map>  #include <set> +#include <stdint.h>  namespace uhd {      namespace rfnoc {  | 
