From: Johnathan Corgan Date: Thu, 29 Apr 2010 00:32:44 +0000 (-0700) Subject: Really fix the missing include for boost::bind X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=9038b3530d0ec746f401f3c443e2f862fff5a18e;hp=8219bc01748d79ca1d995e65914b8c4033a89999;p=debian%2Fgnuradio Really fix the missing include for boost::bind --- diff --git a/usrp2/host/include/usrp2/usrp2.h b/usrp2/host/include/usrp2/usrp2.h index e29caa33..7069507c 100644 --- a/usrp2/host/include/usrp2/usrp2.h +++ b/usrp2/host/include/usrp2/usrp2.h @@ -21,7 +21,6 @@ #include #include -#include #include #include #include diff --git a/usrp2/host/lib/usrp2_impl.cc b/usrp2/host/lib/usrp2_impl.cc index 882ad741..333e2d1e 100644 --- a/usrp2/host/lib/usrp2_impl.cc +++ b/usrp2/host/lib/usrp2_impl.cc @@ -25,6 +25,7 @@ #include #include #include +#include #include #include "usrp2_impl.h" #include "eth_buffer.h"