Added missing header (win compiler complained)

This commit is contained in:
Mrna 2025-10-06 14:07:15 +02:00
parent a52d670903
commit 590624fea0

View File

@ -9,6 +9,7 @@
#include <numeric>
#include <ranges>
#include <utility>
#include <functional>
template <typename T>
requires std::floating_point<T>