#pragma once #include <string> namespace utils { std::string get_system_name(); }