#ifndef TEXT_H_INCLUDED #define TEXT_H_INCLUDED #include void show_histogram_text(const std::vector& marks, const std::vector& chart); #endif // TEXT_H_INCLUDED