|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r77412 - trunk/boost/accumulators/statistics
From: eric_at_[hidden]
Date: 2012-03-19 16:20:00
Author: eric_niebler
Date: 2012-03-19 16:20:00 EDT (Mon, 19 Mar 2012)
New Revision: 77412
URL: http://svn.boost.org/trac/boost/changeset/77412
Log:
add missing #include <boost/throw_exception.hpp>
Text files modified:
trunk/boost/accumulators/statistics/extended_p_square_quantile.hpp | 1 +
trunk/boost/accumulators/statistics/weighted_peaks_over_threshold.hpp | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
Modified: trunk/boost/accumulators/statistics/extended_p_square_quantile.hpp
==============================================================================
--- trunk/boost/accumulators/statistics/extended_p_square_quantile.hpp (original)
+++ trunk/boost/accumulators/statistics/extended_p_square_quantile.hpp 2012-03-19 16:20:00 EDT (Mon, 19 Mar 2012)
@@ -10,6 +10,7 @@
#include <vector>
#include <functional>
+#include <boost/throw_exception.hpp>
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
#include <boost/range/iterator_range.hpp>
Modified: trunk/boost/accumulators/statistics/weighted_peaks_over_threshold.hpp
==============================================================================
--- trunk/boost/accumulators/statistics/weighted_peaks_over_threshold.hpp (original)
+++ trunk/boost/accumulators/statistics/weighted_peaks_over_threshold.hpp 2012-03-19 16:20:00 EDT (Mon, 19 Mar 2012)
@@ -12,6 +12,7 @@
#include <limits>
#include <numeric>
#include <functional>
+#include <boost/throw_exception.hpp>
#include <boost/range.hpp>
#include <boost/mpl/if.hpp>
#include <boost/mpl/placeholders.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