#pragma once #include std::vector make_histogram(const std::vector& numbers, std::size_t bin_count);