#ifndef SHOW_HISTOGRAM_SVG_H_INCLUDED #define SHOW_HISTOGRAM_SVG_H_INCLUDED #include void show_histogram_svg(const std::vector& bins); void show_histogram_svg_vertical(const std::vector& bins); #endif // SHOW_HISTOGRAM_SVG_H_INCLUDED