#ifndef DATA_HPP # define DATA_HPP struct Data { public: std::string str; }; #endif