summaryrefslogtreecommitdiff
path: root/boost/math/tools/polynomial.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/math/tools/polynomial.hpp')
-rw-r--r--boost/math/tools/polynomial.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/boost/math/tools/polynomial.hpp b/boost/math/tools/polynomial.hpp
index 464c334d10..56c4e6895e 100644
--- a/boost/math/tools/polynomial.hpp
+++ b/boost/math/tools/polynomial.hpp
@@ -15,7 +15,6 @@
#include <boost/assert.hpp>
#include <boost/config.hpp>
-#include <boost/config/suffix.hpp>
#include <boost/function.hpp>
#include <boost/lambda/lambda.hpp>
#include <boost/math/tools/rational.hpp>
@@ -713,6 +712,11 @@ inline std::basic_ostream<charT, traits>& operator << (std::basic_ostream<charT,
} // namespace math
} // namespace boost
+//
+// Polynomial specific overload of gcd algorithm:
+//
+#include <boost/math/tools/polynomial_gcd.hpp>
+
#endif // BOOST_MATH_TOOLS_POLYNOMIAL_HPP