#pragma once #include std::vector MakeHistogram(const std::vector Numbers, size_t BinCount, double& MaxCount);