From 6f1f5f5fa2d044e4017be27ad5c1f67adbcea3f7 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 8 Nov 2011 12:27:37 -0800 Subject: usrp: added missing include for weak ptr --- host/lib/usrp/usrp1/usrp1_impl.hpp | 1 + host/lib/usrp/usrp2/usrp2_impl.hpp | 1 + 2 files changed, 2 insertions(+) (limited to 'host') diff --git a/host/lib/usrp/usrp1/usrp1_impl.hpp b/host/lib/usrp/usrp1/usrp1_impl.hpp index 99bb01c76..fd1b8c193 100644 --- a/host/lib/usrp/usrp1/usrp1_impl.hpp +++ b/host/lib/usrp/usrp1/usrp1_impl.hpp @@ -31,6 +31,7 @@ #include #include #include +#include #include #ifndef INCLUDED_USRP1_IMPL_HPP diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp index 31a390af7..535397d84 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.hpp +++ b/host/lib/usrp/usrp2/usrp2_impl.hpp @@ -41,6 +41,7 @@ #include #include #include +#include static const double USRP2_LINK_RATE_BPS = 1000e6/8; static const double mimo_clock_delay_usrp2_rev4 = 4.18e-9; -- cgit v1.2.3