diff --git a/include/boost/math/tools/polynomial.hpp b/include/boost/math/tools/polynomial.hpp index d47c5dae7..df1bde374 100644 --- a/include/boost/math/tools/polynomial.hpp +++ b/include/boost/math/tools/polynomial.hpp @@ -17,14 +17,11 @@ #include #include #include -#include #include #include #include #include #include -#include -#include #include #include @@ -663,7 +660,6 @@ polynomial operator - (polynomial a) return a; } - template bool odd(polynomial const &a) { diff --git a/include/boost/math/tools/polynomial_gcd.hpp b/include/boost/math/tools/polynomial_gcd.hpp index 2163341d5..53b24f7c4 100644 --- a/include/boost/math/tools/polynomial_gcd.hpp +++ b/include/boost/math/tools/polynomial_gcd.hpp @@ -12,6 +12,7 @@ #endif #include +#include namespace boost{ namespace math{ namespace tools{