summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2013-01-14 16:00:54 -0800
committerJohnathan Corgan <johnathan@corganlabs.com>2013-01-14 16:00:54 -0800
commite235f74d48fb8a6967901e6d9a8717381b2e4ce5 (patch)
tree59f07792fc78c16583de981b433d9bc165c7eab7 /gnuradio-core/src/lib
parent9020cc86d3bd88ed5b9c957043567d98dbc0c1a5 (diff)
parent45657c97c05763f0b8d1531493ff3d1be923d21a (diff)
Merge branch 'master' into next
Conflicts: gnuradio-core/src/python/gnuradio/gr/CMakeLists.txt
Diffstat (limited to 'gnuradio-core/src/lib')
-rw-r--r--gnuradio-core/src/lib/io/gr_socket_pdu.h1
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 c2b4dd248c..0940e3eb83 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;