#ifndef TEXT_H_INCLUDED #define TEXT_H_INCLUDED #include #include void show_histogram_text(std::vectorbins,size_t bin_count); #endif