From cd13eecbfa7424dcef6f05ea3a1ea288aa5fc946 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 9 Apr 2008 11:35:36 +0000 Subject: [PATCH] Added needed #includes. [SVN r44123] --- include/boost/math/tools/polynomial.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/math/tools/polynomial.hpp b/include/boost/math/tools/polynomial.hpp index 7ad920f16..9858880a4 100644 --- a/include/boost/math/tools/polynomial.hpp +++ b/include/boost/math/tools/polynomial.hpp @@ -16,6 +16,8 @@ #include #include +#include +#include namespace boost{ namespace math{ namespace tools{