#ifndef SVG_H_INCLUDED #define SVG_H_INCLUDED #include <iostream> #include <vector> #include <string> void show_histogram_svg(const std::vector<std::size_t>& bins); #endif // SVG_H_INCLUDED