diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-04-20 14:39:05 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-04-20 14:39:05 -0700 |
commit | 6e918dab8c3dbdc9774389812953cc495496a8e8 (patch) | |
tree | 90bdc62614be19470190ce645b4b9d59541a8b4c /host/lib/usrp/common | |
parent | 3e3e236acb3803d336d82ea36e6a88e50bf30f5c (diff) | |
parent | 6eacba0a0e30090963f832ecfeacecfb829757a1 (diff) | |
download | uhd-6e918dab8c3dbdc9774389812953cc495496a8e8.tar.gz uhd-6e918dab8c3dbdc9774389812953cc495496a8e8.tar.bz2 uhd-6e918dab8c3dbdc9774389812953cc495496a8e8.zip |
Merge branch 'maint'
Conflicts:
host/CMakeLists.txt
Diffstat (limited to 'host/lib/usrp/common')
-rw-r--r-- | host/lib/usrp/common/max287x.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/common/max287x.hpp b/host/lib/usrp/common/max287x.hpp index aa80600f7..d084dcfbe 100644 --- a/host/lib/usrp/common/max287x.hpp +++ b/host/lib/usrp/common/max287x.hpp @@ -25,6 +25,7 @@ #include <boost/assign.hpp> #include <boost/function.hpp> #include <boost/thread.hpp> +#include <boost/math/special_functions/round.hpp> #include <vector> #include "max2870_regs.hpp" #include "max2871_regs.hpp" |