#pragma once #include void show_histogram_svg(const std::vector& bins, const std::vector& numbers, size_t& bin_count);