aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp_e/dsp_impl.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-08-17 19:23:56 +0000
committerJosh Blum <josh@joshknows.com>2010-08-17 19:23:56 +0000
commit1e28ae518de1268efa370eb8b4b206b7d5a49b03 (patch)
tree3f989545009e168064987b3ef70c486c24a21c5b /host/lib/usrp/usrp_e/dsp_impl.cpp
parent1aa1404ebb59594a8c81b31f9b56ad35bd832a26 (diff)
downloaduhd-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.cpp3
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