#ifndef INTERNAL_H_INCLUDED #define INTERNAL_H_INCLUDED #include bool find_minmax(const std::vector& numbers, double& min_in_numbers, double& max_in_numbers); #endif //INTERNAL_H_INCLUDED