Skip to content

Add missing include <numeric>

Christoph Grüninger requested to merge fix/include-numeric into master

This fixes headercheck. The error was introduced when std::accumulate was used to implement the partial method.

Merge request reports