#ifndef USER_CONTENT_HPP #define USER_CONTENT_HPP #include #include namespace content { struct user : public cppcms::base_content { std::string title; }; } #endif