Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74366 - trunk/boost/accumulators/statistics
From: eric_at_[hidden]
Date: 2011-09-13 11:30:54


Author: eric_niebler
Date: 2011-09-13 11:30:53 EDT (Tue, 13 Sep 2011)
New Revision: 74366
URL: http://svn.boost.org/trac/boost/changeset/74366

Log:
add missing <cmath> include
Text files modified:
   trunk/boost/accumulators/statistics/weighted_p_square_quantile.hpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: trunk/boost/accumulators/statistics/weighted_p_square_quantile.hpp
==============================================================================
--- trunk/boost/accumulators/statistics/weighted_p_square_quantile.hpp (original)
+++ trunk/boost/accumulators/statistics/weighted_p_square_quantile.hpp 2011-09-13 11:30:53 EDT (Tue, 13 Sep 2011)
@@ -8,6 +8,7 @@
 #ifndef BOOST_ACCUMULATORS_STATISTICS_WEIGHTED_P_SQUARE_QUANTILE_HPP_DE_01_01_2006
 #define BOOST_ACCUMULATORS_STATISTICS_WEIGHTED_P_SQUARE_QUANTILE_HPP_DE_01_01_2006
 
+#include <cmath>
 #include <functional>
 #include <boost/array.hpp>
 #include <boost/parameter/keyword.hpp>


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