diff options
author | Steven Koo <steven.koo@ni.com> | 2022-03-28 20:37:33 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-03-29 05:22:15 -0700 |
commit | 61337817eb9c617db37fdbb16fb5f598e15a29a7 (patch) | |
tree | 4e00066038c3ad5b56ea0d2a59cb47567b3562b4 | |
parent | 53b8e1b7f54e693b310a108045785e60d391ec45 (diff) | |
download | uhd-61337817eb9c617db37fdbb16fb5f598e15a29a7.tar.gz uhd-61337817eb9c617db37fdbb16fb5f598e15a29a7.tar.bz2 uhd-61337817eb9c617db37fdbb16fb5f598e15a29a7.zip |
tests: Add complex include to resolve build
Signed-off-by: Steven Koo <steven.koo@ni.com>
-rw-r--r-- | host/tests/rx_streamer_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/tests/rx_streamer_test.cpp b/host/tests/rx_streamer_test.cpp index a2969d608..50d7e2c42 100644 --- a/host/tests/rx_streamer_test.cpp +++ b/host/tests/rx_streamer_test.cpp @@ -7,6 +7,7 @@ #include "../common/mock_link.hpp" #include <uhdlib/transport/rx_streamer_impl.hpp> #include <boost/test/unit_test.hpp> +#include <complex> #include <iostream> #include <memory> |