#ifndef HISTOGRAM_INTERNAL_H #define HISTOGRAM_INTERNAL_H #include void find_minmax(const std::vector& numbers, double& min, double& max); #endif