Add missing include file for boost::bind
authorJohnathan Corgan <jcorgan@corganenterprises.com>
Sat, 24 Apr 2010 00:11:40 +0000 (17:11 -0700)
committerJohnathan Corgan <jcorgan@corganenterprises.com>
Sat, 24 Apr 2010 00:11:40 +0000 (17:11 -0700)
usrp2/host/include/usrp2/usrp2.h

index 7069507cfb593fde10563f1aed7d853374c39d9d..e29caa33db1bacb71132b415ac6b4ac235c96a15 100644 (file)
@@ -21,6 +21,7 @@
 
 #include <boost/shared_ptr.hpp>
 #include <boost/utility.hpp>
+#include <boost/bind.hpp>
 #include <vector>
 #include <complex>
 #include <usrp2/rx_sample_handler.h>