1 2 3 4 5 6 7 8
#ifndef SHARED_H_ #define SHARED_H_ #include <map> extern std::map<std::string, std::string> config; #endif