From 9038b3530d0ec746f401f3c443e2f862fff5a18e Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Wed, 28 Apr 2010 17:32:44 -0700 Subject: [PATCH] Really fix the missing include for boost::bind --- usrp2/host/include/usrp2/usrp2.h | 1 - usrp2/host/lib/usrp2_impl.cc | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2