#ifndef SVG_H_INCLUDED #define SVG_H_INCLUDED #include #include void show_histogram_svg(const std::vector& bins, const std::vector& colours); #endif // SVG_H_INCLUDED