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