diff options
Diffstat (limited to 'host/include/uhd/utils/math.hpp')
-rw-r--r-- | host/include/uhd/utils/math.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/host/include/uhd/utils/math.hpp b/host/include/uhd/utils/math.hpp index 46a1cf7e4..ef7bfb6b7 100644 --- a/host/include/uhd/utils/math.hpp +++ b/host/include/uhd/utils/math.hpp @@ -1,5 +1,5 @@ // -// Copyright 2014 Ettus Research LLC +// Copyright 2014-2015 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 @@ -250,7 +250,7 @@ namespace fp_compare { } // namespace math } // namespace uhd -#include "fp_compare_epsilon.ipp" -#include "fp_compare_delta.ipp" +#include <uhd/utils/fp_compare_epsilon.ipp> +#include <uhd/utils/fp_compare_delta.ipp> #endif /* INCLUDED_UHD_UTILS_MATH_HPP */ |