|
Boost-Commit : |
From: john_at_[hidden]
Date: 2007-09-20 13:29:40
Author: johnmaddock
Date: 2007-09-20 13:29:40 EDT (Thu, 20 Sep 2007)
New Revision: 39420
URL: http://svn.boost.org/trac/boost/changeset/39420
Log:
Added needed header include.
Text files modified:
sandbox/math_toolkit/boost/math/policies/policy.hpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: sandbox/math_toolkit/boost/math/policies/policy.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/policies/policy.hpp (original)
+++ sandbox/math_toolkit/boost/math/policies/policy.hpp 2007-09-20 13:29:40 EDT (Thu, 20 Sep 2007)
@@ -19,6 +19,7 @@
#include <boost/mpl/size.hpp>
#include <boost/type_traits/is_same.hpp>
#include <boost/static_assert.hpp>
+#include <boost/assert.hpp>
#include <boost/math/tools/config.hpp>
#include <limits>
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