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