summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-12-31 13:06:01 -0800
committerJohnathan Corgan <jcorgan@corganenterprises.com>2012-01-02 11:16:23 -0800
commit2ed887b69a3b15840830998c4e6157176d427f60 (patch)
treeb704062860c394ef688af332fa9750ebb1f9e62e
parentcece444e4de92535a53152fd090e9fa33f60b692 (diff)
core: fix gr_udp_sink by including asio
-rw-r--r--gnuradio-core/src/lib/io/gr_udp_sink.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnuradio-core/src/lib/io/gr_udp_sink.cc b/gnuradio-core/src/lib/io/gr_udp_sink.cc
index 36b4cbe36b..9fc4da0aea 100644
--- a/gnuradio-core/src/lib/io/gr_udp_sink.cc
+++ b/gnuradio-core/src/lib/io/gr_udp_sink.cc
@@ -20,6 +20,8 @@
* Boston, MA 02110-1301, USA.
*/
+#include <boost/asio.hpp>
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif