summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Rossetto <aaron.rossetto@ni.com>2021-09-02 16:06:54 -0500
committerAaron Rossetto <aaron.rossetto@ni.com>2021-09-02 16:06:54 -0500
commit325e8e9657e80ca5cf69d4494d49827d156c3afd (patch)
treeb94c044e0449d733afcd03874287eed1378ff54f
parentx4xx_bist: use get_mpm_client in gpio bist (diff)
downloaduhd-325e8e9657e80ca5cf69d4494d49827d156c3afd.tar.xz
uhd-325e8e9657e80ca5cf69d4494d49827d156c3afd.zip
fixup! tests: Add recv(0) case to rx_streamer_test
-rw-r--r--host/tests/rx_streamer_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/tests/rx_streamer_test.cpp b/host/tests/rx_streamer_test.cpp
index 03ab3f456..095368bc7 100644
--- a/host/tests/rx_streamer_test.cpp
+++ b/host/tests/rx_streamer_test.cpp
@@ -9,6 +9,7 @@
#include <boost/test/unit_test.hpp>
#include <iostream>
#include <memory>
+#include <thread>
namespace uhd { namespace transport {