std::accumulate is defined in <numeric>

This commit is contained in:
Dan Paulat 2025-06-13 22:53:55 -05:00
parent 9f641dcdc5
commit ac4521483d

View file

@ -2,6 +2,7 @@
#include <scwx/util/logger.hpp>
#include <istream>
#include <numeric>
#include <string>
namespace scwx