diff options
Diffstat (limited to 'host/lib/usrp/x300/x300_pcie_mgr.hpp')
-rw-r--r-- | host/lib/usrp/x300/x300_pcie_mgr.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/usrp/x300/x300_pcie_mgr.hpp b/host/lib/usrp/x300/x300_pcie_mgr.hpp index a9677e9bc..c884c8b5f 100644 --- a/host/lib/usrp/x300/x300_pcie_mgr.hpp +++ b/host/lib/usrp/x300/x300_pcie_mgr.hpp @@ -8,6 +8,7 @@ #define INCLUDED_X300_PCI_MGR_HPP #include "../device3/device3_impl.hpp" +#include "x300_conn_mgr.hpp" #include "x300_device_args.hpp" #include "x300_mboard_type.hpp" #include <uhd/transport/muxed_zero_copy_if.hpp> @@ -18,7 +19,7 @@ namespace uhd { namespace usrp { namespace x300 { /*! Helper class to manage the PCIe connections */ -class pcie_manager +class pcie_manager : public conn_manager { public: pcie_manager(const x300_device_args_t& args, |