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