aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport/udp_simple.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-03-26 11:45:56 -0700
committerJosh Blum <josh@joshknows.com>2010-03-26 11:45:56 -0700
commit08f6b21ce7cc4aa4069b4461785fc7173bed2998 (patch)
tree8856af9e8af41a28245266290dfe29d053938a00 /host/lib/transport/udp_simple.cpp
parent24bd27b90d06820d858c008cff915319873321c5 (diff)
downloaduhd-08f6b21ce7cc4aa4069b4461785fc7173bed2998.tar.gz
uhd-08f6b21ce7cc4aa4069b4461785fc7173bed2998.tar.bz2
uhd-08f6b21ce7cc4aa4069b4461785fc7173bed2998.zip
added interface address discovery
Diffstat (limited to 'host/lib/transport/udp_simple.cpp')
-rw-r--r--host/lib/transport/udp_simple.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/transport/udp_simple.cpp b/host/lib/transport/udp_simple.cpp
index 3c8ecb70d..f339127ad 100644
--- a/host/lib/transport/udp_simple.cpp
+++ b/host/lib/transport/udp_simple.cpp
@@ -16,6 +16,7 @@
//
#include <uhd/transport/udp_simple.hpp>
+#include <boost/asio.hpp>
#include <boost/thread.hpp>
#include <boost/format.hpp>
#include <iostream>