summaryrefslogtreecommitdiff
path: root/usrp2/host/lib
diff options
context:
space:
mode:
authorJohnathan Corgan2010-04-28 17:32:44 -0700
committerJohnathan Corgan2010-04-28 17:32:44 -0700
commit9038b3530d0ec746f401f3c443e2f862fff5a18e (patch)
tree4b56360a2040ea998a779ea304a7610e632f3e05 /usrp2/host/lib
parent8219bc01748d79ca1d995e65914b8c4033a89999 (diff)
downloadgnuradio-9038b3530d0ec746f401f3c443e2f862fff5a18e.tar.gz
gnuradio-9038b3530d0ec746f401f3c443e2f862fff5a18e.tar.bz2
gnuradio-9038b3530d0ec746f401f3c443e2f862fff5a18e.zip
Really fix the missing include for boost::bind
Diffstat (limited to 'usrp2/host/lib')
-rw-r--r--usrp2/host/lib/usrp2_impl.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp2/host/lib/usrp2_impl.cc b/usrp2/host/lib/usrp2_impl.cc
index 882ad7414..333e2d1e7 100644
--- a/usrp2/host/lib/usrp2_impl.cc
+++ b/usrp2/host/lib/usrp2_impl.cc
@@ -25,6 +25,7 @@
#include <usrp2/copiers.h>
#include <gruel/inet.h>
#include <gruel/realtime.h>
+#include <boost/bind.hpp>
#include <usrp2_types.h>
#include "usrp2_impl.h"
#include "eth_buffer.h"