summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Dickens <michael.dickens@ettus.com>2021-07-02 07:39:25 -0400
committerMartin Braun <martin.braun@ettus.com>2021-07-08 12:45:32 +0200
commitb3e692fcaf55fff453b6697ac2b2b820b0618e26 (patch)
tree32ca927556d66a20f69780313eb81abb92f09ae9
parentci: Add CLA assistant (diff)
downloaduhd-b3e692fcaf55fff453b6697ac2b2b820b0618e26.tar.xz
uhd-b3e692fcaf55fff453b6697ac2b2b820b0618e26.zip
tests: add missing header, required by some compilers
Ref: https://github.com/EttusResearch/uhd/issues/451
-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>