diff options
author | Josh Blum | 2011-12-31 13:06:01 -0800 |
---|---|---|
committer | Johnathan Corgan | 2012-01-02 11:16:23 -0800 |
commit | 2ed887b69a3b15840830998c4e6157176d427f60 (patch) | |
tree | b704062860c394ef688af332fa9750ebb1f9e62e /gnuradio-core/src/lib | |
parent | cece444e4de92535a53152fd090e9fa33f60b692 (diff) | |
download | gnuradio-2ed887b69a3b15840830998c4e6157176d427f60.tar.gz gnuradio-2ed887b69a3b15840830998c4e6157176d427f60.tar.bz2 gnuradio-2ed887b69a3b15840830998c4e6157176d427f60.zip |
core: fix gr_udp_sink by including asio
Diffstat (limited to 'gnuradio-core/src/lib')
-rw-r--r-- | gnuradio-core/src/lib/io/gr_udp_sink.cc | 2 |
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 36b4cbe36..9fc4da0ae 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 |