diff options
author | Josh Blum <josh@joshknows.com> | 2010-08-17 19:23:56 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-08-17 19:23:56 +0000 |
commit | 1e28ae518de1268efa370eb8b4b206b7d5a49b03 (patch) | |
tree | 3f989545009e168064987b3ef70c486c24a21c5b /host/lib/usrp/usrp_e/dsp_impl.cpp | |
parent | 1aa1404ebb59594a8c81b31f9b56ad35bd832a26 (diff) | |
download | uhd-1e28ae518de1268efa370eb8b4b206b7d5a49b03.tar.gz uhd-1e28ae518de1268efa370eb8b4b206b7d5a49b03.tar.bz2 uhd-1e28ae518de1268efa370eb8b4b206b7d5a49b03.zip |
usrp-e: building off of next branch
Diffstat (limited to 'host/lib/usrp/usrp_e/dsp_impl.cpp')
-rw-r--r-- | host/lib/usrp/usrp_e/dsp_impl.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp_e/dsp_impl.cpp b/host/lib/usrp/usrp_e/dsp_impl.cpp index 58a58706d..c133eafae 100644 --- a/host/lib/usrp/usrp_e/dsp_impl.cpp +++ b/host/lib/usrp/usrp_e/dsp_impl.cpp @@ -17,8 +17,9 @@ #include "usrp_e_impl.hpp" #include "usrp_e_regs.hpp" -#include "../dsp_utils.hpp" +#include <uhd/usrp/dsp_utils.hpp> #include <uhd/usrp/dsp_props.hpp> +#include <boost/math/special_functions/round.hpp> #include <boost/bind.hpp> #define rint boost::math::iround |