#ifndef SHARED_H_ #define SHARED_H_ #include #include "db/mongo_access.h" extern std::map config; extern UmosapiService::mongo_access mongo; #endif