From 47c853f9dd518ef25d23b94bc0e77dbda3c2ddab Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 6 Jul 2017 15:01:01 -0700 Subject: boost: Added workaround for Boost 1.64 --- host/lib/cal/interpolation.ipp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'host/lib') 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 +// This is a bugfix for Boost 1.64, maybe future Boosts won't need this +#if BOOST_VERSION >= 106400 +# include +#endif // end of bugfix #include #include #include -- cgit v1.2.3