#pragma once #include #include #include "../Symbol.h" namespace mapfileparser { std::string TenLargestSymbols(std::vector& symbols); }