From 603fb7aacdda208c4d38521f9eed81f61f6c7b9b Mon Sep 17 00:00:00 2001 From: Nicholas Corgan Date: Mon, 21 Mar 2016 09:13:45 -0700 Subject: Updated code to work for new minimum dependencies * Removed code referencing now-unsupported versions of Boost * Added includes where needed --- host/lib/usrp/cores/dsp_core_utils.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp/cores') diff --git a/host/lib/usrp/cores/dsp_core_utils.hpp b/host/lib/usrp/cores/dsp_core_utils.hpp index 5d142f5bb..d5d43f236 100644 --- a/host/lib/usrp/cores/dsp_core_utils.hpp +++ b/host/lib/usrp/cores/dsp_core_utils.hpp @@ -18,7 +18,7 @@ #ifndef INCLUDED_LIBUHD_DSP_CORE_UTILS_HPP #define INCLUDED_LIBUHD_DSP_CORE_UTILS_HPP -#include +#include /*! For a requested frequency and sampling rate, return the * correct frequency word (to set the CORDIC) and the actual frequency. -- cgit v1.2.3