diff options
author | Johnathan Corgan | 2010-04-28 17:32:44 -0700 |
---|---|---|
committer | Johnathan Corgan | 2010-04-28 17:32:44 -0700 |
commit | 9038b3530d0ec746f401f3c443e2f862fff5a18e (patch) | |
tree | 4b56360a2040ea998a779ea304a7610e632f3e05 /usrp2/host/lib | |
parent | 8219bc01748d79ca1d995e65914b8c4033a89999 (diff) | |
download | gnuradio-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.cc | 1 |
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" |