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