diff options
author | Josh Blum <josh@joshknows.com> | 2010-04-16 14:20:09 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-04-16 14:20:09 -0700 |
commit | 6db1f998248dfe57dd2186c15fc33593eb194cc5 (patch) | |
tree | 6340cea76254fc93ab83b21a69eb6961e2062cb5 | |
parent | 067491b58676cbdaa754334949a8ffc2daf32979 (diff) | |
download | uhd-6db1f998248dfe57dd2186c15fc33593eb194cc5.tar.gz uhd-6db1f998248dfe57dd2186c15fc33593eb194cc5.tar.bz2 uhd-6db1f998248dfe57dd2186c15fc33593eb194cc5.zip |
forgot an include
-rw-r--r-- | host/lib/transport/convert_types.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/transport/convert_types.cpp b/host/lib/transport/convert_types.cpp index 2a6854f50..d7602c049 100644 --- a/host/lib/transport/convert_types.cpp +++ b/host/lib/transport/convert_types.cpp @@ -19,6 +19,7 @@ #include <uhd/utils/assert.hpp> #include <boost/asio.hpp> //endianness conversion #include <boost/cstdint.hpp> +#include <complex> using namespace uhd; |