aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/benchmark_streamer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/examples/benchmark_streamer.cpp')
-rw-r--r--host/examples/benchmark_streamer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/examples/benchmark_streamer.cpp b/host/examples/benchmark_streamer.cpp
index c2f3a4b2c..093d4254f 100644
--- a/host/examples/benchmark_streamer.cpp
+++ b/host/examples/benchmark_streamer.cpp
@@ -514,7 +514,7 @@ test_results benchmark_tx_streamer(uhd::device3::sptr usrp,
const double duration,
const std::string& format)
{
- std::vector<boost::shared_ptr<uhd::rfnoc::null_block_ctrl>> null_ctrls;
+ std::vector<std::shared_ptr<uhd::rfnoc::null_block_ctrl>> null_ctrls;
for (const auto& id : null_ids) {
null_ctrls.push_back(usrp->get_block_ctrl<uhd::rfnoc::null_block_ctrl>(id));
}