From a3278070d3e991ea0a8f6e62bbfc2a2e177fe8e7 Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Fri, 23 Apr 2010 17:11:40 -0700 Subject: [PATCH] Add missing include file for boost::bind --- usrp2/host/include/usrp2/usrp2.h | 1 + 1 file changed, 1 insertion(+) diff --git a/usrp2/host/include/usrp2/usrp2.h b/usrp2/host/include/usrp2/usrp2.h index 7069507c..e29caa33 100644 --- a/usrp2/host/include/usrp2/usrp2.h +++ b/usrp2/host/include/usrp2/usrp2.h @@ -21,6 +21,7 @@ #include #include +#include #include #include #include -- 2.47.2