diff options
author | Josh Blum | 2013-01-14 17:40:40 -0600 |
---|---|---|
committer | Johnathan Corgan | 2013-01-14 15:48:54 -0800 |
commit | 241cacef600c0cc5eaaa560959958ad2784970cb (patch) | |
tree | 49d67e9cfdf5e899980e7ed4264896dcb7f0ac00 | |
parent | 607a6fa3f80e08298ce7b3ee74ffca1590c05164 (diff) | |
download | gnuradio-241cacef600c0cc5eaaa560959958ad2784970cb.tar.gz gnuradio-241cacef600c0cc5eaaa560959958ad2784970cb.tar.bz2 gnuradio-241cacef600c0cc5eaaa560959958ad2784970cb.zip |
core: gr_socket_pdu missing iostream
-rw-r--r-- | gnuradio-core/src/lib/io/gr_socket_pdu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-core/src/lib/io/gr_socket_pdu.h b/gnuradio-core/src/lib/io/gr_socket_pdu.h index e30a4cc6c..2fedb317d 100644 --- a/gnuradio-core/src/lib/io/gr_socket_pdu.h +++ b/gnuradio-core/src/lib/io/gr_socket_pdu.h @@ -30,6 +30,7 @@ #include <gr_stream_pdu_base.h> #include <boost/array.hpp> #include <boost/asio.hpp> +#include <iostream> class gr_socket_pdu; typedef boost::shared_ptr<gr_socket_pdu> gr_socket_pdu_sptr; |