#include #include #include #include #ifndef CONFIG_H_ #define CONFIG_H_ void load_config(std::string config_path); #endif