#ifndef TEXT_H_INCLUDED #define TEXT_H_INCLUDED #include void show_histogram_text(const std::vector& bins, double bin_size); #endif // TEXT_H_INCLUDED