From a92d2f82104a0ac841e7f91001826e718f2b1656 Mon Sep 17 00:00:00 2001 From: Moritz Fischer Date: Sun, 23 Mar 2014 20:30:36 +0100 Subject: b200: Added missing include to b200_impl * In order to use std::ceil and std::floor, on older compilers we need to still add an include for cmath. Tested-by: Marcus D. Leech Signed-off-by: Moritz Fischer --- host/lib/usrp/b200/b200_impl.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'host/lib/usrp/b200') diff --git a/host/lib/usrp/b200/b200_impl.cpp b/host/lib/usrp/b200/b200_impl.cpp index 66df1f3bc..a7f9b11bd 100644 --- a/host/lib/usrp/b200/b200_impl.cpp +++ b/host/lib/usrp/b200/b200_impl.cpp @@ -32,6 +32,7 @@ #include #include #include +#include using namespace uhd; using namespace uhd::usrp; -- cgit v1.2.3