diff options
author | Michael Dickens <michael.dickens@ettus.com> | 2021-07-02 07:39:25 -0400 |
---|---|---|
committer | Martin Braun <martin@gnuradio.org> | 2021-07-02 05:53:44 -0700 |
commit | e7409be38dc89e59b4f76565b69b31b9a3cd0394 (patch) | |
tree | a7a834e4ce3227565401c36513f6177086689e4d | |
parent | 82b0acb3ac8ecf495bcbbc9476968c54773f8cdc (diff) | |
download | uhd-e7409be38dc89e59b4f76565b69b31b9a3cd0394.tar.gz uhd-e7409be38dc89e59b4f76565b69b31b9a3cd0394.tar.bz2 uhd-e7409be38dc89e59b4f76565b69b31b9a3cd0394.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.cpp | 1 |
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> |