diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2016-03-22 09:16:20 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-03-22 11:35:36 -0700 |
commit | 1a51d7e050d70fae1c4b750892102a5540a0587e (patch) | |
tree | 10231fe8e33c1a4aac63bfb94945e29efb2040b3 /host | |
parent | f0720677d6d02acbeb22d17595f767905c9b240b (diff) | |
download | uhd-1a51d7e050d70fae1c4b750892102a5540a0587e.tar.gz uhd-1a51d7e050d70fae1c4b750892102a5540a0587e.tar.bz2 uhd-1a51d7e050d70fae1c4b750892102a5540a0587e.zip |
Added missing stdint.h include
Diffstat (limited to 'host')
-rw-r--r-- | host/lib/usrp/common/max287x.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/usrp/common/max287x.hpp b/host/lib/usrp/common/max287x.hpp index 644ec726e..596d992e0 100644 --- a/host/lib/usrp/common/max287x.hpp +++ b/host/lib/usrp/common/max287x.hpp @@ -1,5 +1,5 @@ // -// Copyright 2015 Ettus Research LLC +// Copyright 2015-2016 Ettus Research LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -27,6 +27,7 @@ #include <boost/function.hpp> #include <boost/thread.hpp> #include <boost/math/special_functions/round.hpp> +#include <stdint.h> #include <vector> #include "max2870_regs.hpp" #include "max2871_regs.hpp" |