diff options
Diffstat (limited to 'host/lib/usrp/x300/x300_impl.cpp')
-rw-r--r-- | host/lib/usrp/x300/x300_impl.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/usrp/x300/x300_impl.cpp b/host/lib/usrp/x300/x300_impl.cpp index 636202d33..273485577 100644 --- a/host/lib/usrp/x300/x300_impl.cpp +++ b/host/lib/usrp/x300/x300_impl.cpp @@ -23,6 +23,9 @@ #include <chrono> #include <fstream> #include <thread> +#ifdef HAVE_DPDK +# include <uhdlib/transport/dpdk/common.hpp> +#endif uhd::uart_iface::sptr x300_make_uart_iface(uhd::wb_iface::sptr iface); |