#ifndef HISTOGRAM_H_INCLUDED #define HISTOGRAM_H_INCLUDED #include #include "histogram.cpp" std::vector make_histogram(const std::vector& numbers, size_t buckets, size_t number_count); #endif // HISTOGRAM_H_INCLUDED