#pragma once #include #include void show_histogram_text(std::vector& bins, size_t & max_count,size_t & bin_count);