#pragma once #include namespace ovdl { struct ParseWarning { const std::string message; const int warning_value; }; }