Really fix the missing include for boost::bind
authorJohnathan Corgan <jcorgan@corganenterprises.com>
Thu, 29 Apr 2010 00:32:44 +0000 (17:32 -0700)
committerJohnathan Corgan <jcorgan@corganenterprises.com>
Thu, 29 Apr 2010 00:32:44 +0000 (17:32 -0700)
usrp2/host/include/usrp2/usrp2.h
usrp2/host/lib/usrp2_impl.cc

index e29caa33db1bacb71132b415ac6b4ac235c96a15..7069507cfb593fde10563f1aed7d853374c39d9d 100644 (file)
@@ -21,7 +21,6 @@
 
 #include <boost/shared_ptr.hpp>
 #include <boost/utility.hpp>
-#include <boost/bind.hpp>
 #include <vector>
 #include <complex>
 #include <usrp2/rx_sample_handler.h>
index 882ad7414ad15bea9f26bf902c3fcfe062ac86cd..333e2d1e78b0aff85e1256f219093a45a09d2e83 100644 (file)
@@ -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"