From a3278070d3e991ea0a8f6e62bbfc2a2e177fe8e7 Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Fri, 23 Apr 2010 17:11:40 -0700 Subject: Add missing include file for boost::bind --- usrp2/host/include/usrp2/usrp2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'usrp2/host/include') diff --git a/usrp2/host/include/usrp2/usrp2.h b/usrp2/host/include/usrp2/usrp2.h index 7069507cf..e29caa33d 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 -- cgit