#ifndef HISTOGRAM_H_INCLUDED #define HISTOGRAM_H_INCLUDED #include "histogram.cpp" //Возможно, костыль. Но без этого не работает! #include std::vector MakeHistogram(const std::vector& marks, int NCharts); #endif // HISTOGRAM_H_INCLUDED