aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/tx_streamer_test.cpp
diff options
context:
space:
mode:
authorMichael Dickens <michael.dickens@ettus.com>2021-07-02 07:39:25 -0400
committerMartin Braun <martin@gnuradio.org>2021-07-02 05:53:44 -0700
commite7409be38dc89e59b4f76565b69b31b9a3cd0394 (patch)
treea7a834e4ce3227565401c36513f6177086689e4d /host/tests/tx_streamer_test.cpp
parentfpga: ci: Add testbench pipeline (diff)
downloaduhd-e7409be38dc89e59b4f76565b69b31b9a3cd0394.tar.xz
uhd-e7409be38dc89e59b4f76565b69b31b9a3cd0394.zip
tests: add missing header, required by some compilers
Ref: https://github.com/EttusResearch/uhd/issues/451
Diffstat (limited to '')
-rw-r--r--host/tests/tx_streamer_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/tests/tx_streamer_test.cpp b/host/tests/tx_streamer_test.cpp
index be89fa215..75511c329 100644
--- a/host/tests/tx_streamer_test.cpp
+++ b/host/tests/tx_streamer_test.cpp
@@ -7,6 +7,7 @@
#include "../common/mock_link.hpp"
#include <uhdlib/transport/tx_streamer_impl.hpp>
#include <boost/test/unit_test.hpp>
+#include <complex>
#include <iostream>
#include <memory>