|
Boost-Commit : |
From: john_at_[hidden]
Date: 2008-04-09 07:35:38
Author: johnmaddock
Date: 2008-04-09 07:35:36 EDT (Wed, 09 Apr 2008)
New Revision: 44123
URL: http://svn.boost.org/trac/boost/changeset/44123
Log:
Added needed #includes.
Text files modified:
trunk/boost/math/tools/polynomial.hpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
Modified: trunk/boost/math/tools/polynomial.hpp
==============================================================================
--- trunk/boost/math/tools/polynomial.hpp (original)
+++ trunk/boost/math/tools/polynomial.hpp 2008-04-09 07:35:36 EDT (Wed, 09 Apr 2008)
@@ -16,6 +16,8 @@
#include <boost/math/special_functions/binomial.hpp>
#include <vector>
+#include <ostream>
+#include <algorithm>
namespace boost{ namespace math{ namespace tools{
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk