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