From e804bcf5ebe382d25fe0148794b0e3403105a853 Mon Sep 17 00:00:00 2001 From: Andrej Rode Date: Thu, 6 Apr 2017 15:31:15 -0700 Subject: device3: add missing lock_guard include --- host/lib/device3.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'host/lib') diff --git a/host/lib/device3.cpp b/host/lib/device3.cpp index b2f27e744..044459aec 100644 --- a/host/lib/device3.cpp +++ b/host/lib/device3.cpp @@ -15,9 +15,10 @@ // along with this program. If not, see . // -#include #include #include +#include +#include using namespace uhd; using namespace uhd::rfnoc; -- cgit v1.2.3