#ifndef HISTOGRAM_INTERNAL_H_INCLUDED #define HISTOGRAM_INTERNAL_H_INCLUDED #include #include bool find_minmax(const std::vector& numbers, double& min, double& max); std::string bin_color(size_t bin, size_t max_count); #endif // HISTOGRAM_INTERNAL_H_INCLUDED