diff options
Diffstat (limited to 'host/lib/cal')
-rw-r--r-- | host/lib/cal/interpolation.ipp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/host/lib/cal/interpolation.ipp b/host/lib/cal/interpolation.ipp index 1544b041c..f27b5e209 100644 --- a/host/lib/cal/interpolation.ipp +++ b/host/lib/cal/interpolation.ipp @@ -20,6 +20,10 @@ #include "interpolation.hpp" #include <uhd/utils/log.hpp> +// This is a bugfix for Boost 1.64, maybe future Boosts won't need this +#if BOOST_VERSION >= 106400 +# include <boost/serialization/array_wrapper.hpp> +#endif // end of bugfix #include <boost/numeric/ublas/io.hpp> #include <boost/numeric/ublas/matrix.hpp> #include <boost/numeric/ublas/lu.hpp> |