Index: accumulators/statistics/tail_quantile.hpp =================================================================== --- accumulators/statistics/tail_quantile.hpp (Revision 42507) +++ accumulators/statistics/tail_quantile.hpp (Arbeitskopie) @@ -13,6 +13,7 @@ #include #include #include +#include // For ceil #include #include #include Index: accumulators/statistics/weighted_mean.hpp =================================================================== --- accumulators/statistics/weighted_mean.hpp (Revision 42507) +++ accumulators/statistics/weighted_mean.hpp (Arbeitskopie) @@ -148,7 +148,7 @@ namespace extract { extractor const weighted_mean = {}; - BOOST_ACCUMULATORS_DEFINE_EXTRACTOR(tag, weighted_mean_of_variates, (typename)(typename)); + BOOST_ACCUMULATORS_DEFINE_EXTRACTOR(tag, weighted_mean_of_variates, (typename)(typename)) } using extract::weighted_mean; Index: accumulators/statistics/peaks_over_threshold.hpp =================================================================== --- accumulators/statistics/peaks_over_threshold.hpp (Revision 42507) +++ accumulators/statistics/peaks_over_threshold.hpp (Arbeitskopie) @@ -12,6 +12,10 @@ #include #include #include +#include // pow +#include // stringstream +#include // runtime_error +#include #include #include #include Index: accumulators/framework/accumulators/droppable_accumulator.hpp =================================================================== --- accumulators/framework/accumulators/droppable_accumulator.hpp (Revision 42507) +++ accumulators/framework/accumulators/droppable_accumulator.hpp (Arbeitskopie) @@ -13,6 +13,7 @@ #include #include #include // for feature_of +#include // for accumulator namespace boost { namespace accumulators {