diff options
Diffstat (limited to 'host/include/uhd/utils/math.hpp')
-rw-r--r-- | host/include/uhd/utils/math.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/utils/math.hpp b/host/include/uhd/utils/math.hpp index 0b35f1f17..5039aa82e 100644 --- a/host/include/uhd/utils/math.hpp +++ b/host/include/uhd/utils/math.hpp @@ -20,7 +20,7 @@ #include <cmath> #include <uhd/config.hpp> -#include <boost/cstdint.hpp> +#include <stdint.h> #include <boost/numeric/conversion/bounds.hpp> namespace uhd { |