From 20d71e178d0de009599bcedca559686928a4503a Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 24 May 2019 15:55:40 -0700 Subject: rfnoc: Add rfnoc_device base class All USRP device impls that are RFNoC devices will need to derive from this (instead of device3). --- host/lib/include/uhdlib/rfnoc/mb_iface.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'host/lib/include/uhdlib/rfnoc/mb_iface.hpp') diff --git a/host/lib/include/uhdlib/rfnoc/mb_iface.hpp b/host/lib/include/uhdlib/rfnoc/mb_iface.hpp index dc1bea3ae..466ec0cbf 100644 --- a/host/lib/include/uhdlib/rfnoc/mb_iface.hpp +++ b/host/lib/include/uhdlib/rfnoc/mb_iface.hpp @@ -7,6 +7,7 @@ #ifndef INCLUDED_LIBUHD_MB_IFACE_HPP #define INCLUDED_LIBUHD_MB_IFACE_HPP +#include #include namespace uhd { namespace rfnoc { -- cgit v1.2.3