#ifndef TEXT_H #define TEXT_H #include #include void show_histogram_text(const std::vector &bins, const std::vector &numbers); #endif