#ifndef FLAGS_H_ #define FLAGS_H_ #include namespace Models { class Flags { public: std::string flag; std::string value; }; } #endif