aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/mb_controller_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/tests/mb_controller_test.cpp')
-rw-r--r--host/tests/mb_controller_test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/host/tests/mb_controller_test.cpp b/host/tests/mb_controller_test.cpp
index 188dddecc..30b9f64f3 100644
--- a/host/tests/mb_controller_test.cpp
+++ b/host/tests/mb_controller_test.cpp
@@ -5,6 +5,7 @@
//
#include <uhd/rfnoc/mb_controller.hpp>
+#include <uhdlib/features/discoverable_feature_registry.hpp>
#include <boost/test/unit_test.hpp>
#include <iostream>
@@ -49,7 +50,8 @@ private:
}
};
-class mock_mb_controller : public mb_controller
+class mock_mb_controller : public mb_controller,
+ public ::uhd::features::discoverable_feature_registry
{
public:
mock_mb_controller()