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