diff options
-rw-r--r-- | host/tests/rfnoc_blocks_test.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/tests/rfnoc_blocks_test.cpp b/host/tests/rfnoc_blocks_test.cpp index b9899177e..92e9fc13c 100644 --- a/host/tests/rfnoc_blocks_test.cpp +++ b/host/tests/rfnoc_blocks_test.cpp @@ -19,6 +19,9 @@ using namespace uhd::rfnoc; +// Redeclare this here, since it's only defined outside of UHD_API +noc_block_base::make_args_t::~make_args_t() = default; + namespace { constexpr size_t DEFAULT_MTU = 8000; |