#ifndef SHOW-SVG_H_INCLUDED #define SHOW-SVG_H_INCLUDED #include <vector> using namespace std; void show_histogram_text(vector<size_t>& bins, size_t & max_count,size_t & bin_count); #endif // SHOW-SVG_H_INCLUDED