aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2015-04-20 13:36:22 -0700
committerMartin Braun <martin.braun@ettus.com>2015-04-20 13:36:22 -0700
commit6eacba0a0e30090963f832ecfeacecfb829757a1 (patch)
treeb53d8f8769f7c55ad5b47000c45e668f9fc1bbb7 /host
parent87dfdc3cf8d9519ec6cbc7a0fbda31700fef56dc (diff)
downloaduhd-6eacba0a0e30090963f832ecfeacecfb829757a1.tar.gz
uhd-6eacba0a0e30090963f832ecfeacecfb829757a1.tar.bz2
uhd-6eacba0a0e30090963f832ecfeacecfb829757a1.zip
uhd: Fixed missing include
Diffstat (limited to 'host')
-rw-r--r--host/lib/usrp/common/max287x.hpp1
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"