#ifndef HIST_PROC_INTERNAL_H_INCLUDED #define HIST_PROC_INTERNAL_H_INCLUDED std::vector make_histogram_proc(const std::vector numbers, size_t bin_count, std::vector bins); #endif // HIST_PROC_INTERNAL_H_INCLUDED