#ifndef HISTOGRAM_H_INCLUDED #define HISTOGRAM_H_INCLUDED #include #include std::vector make_histogram(std::vector numbers, size_t bin_count); #endif