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