#include #ifndef PARSER_H #define PARSER_H class Parser { private: public: Parser(std::string input_file); }; #endif