diff --git a/include/boost/accumulators/statistics/extended_p_square_quantile.hpp b/include/boost/accumulators/statistics/extended_p_square_quantile.hpp index a4ac3cd6..0ed97e0c 100644 --- a/include/boost/accumulators/statistics/extended_p_square_quantile.hpp +++ b/include/boost/accumulators/statistics/extended_p_square_quantile.hpp @@ -10,6 +10,7 @@ #include #include +#include #include #include #include @@ -192,7 +193,7 @@ namespace impl // TODO: do we need to split to load/save and verify that the parameters did not change? template void serialize(Archive & ar, const unsigned int file_version) - { + { ar & probabilities; ar & probability; }