diff --git a/src/CppParser/CppParser.h b/src/CppParser/CppParser.h index 4a907923..786d7b61 100644 --- a/src/CppParser/CppParser.h +++ b/src/CppParser/CppParser.h @@ -35,6 +35,8 @@ struct CS_API ParserOptions // C/C++ header file name. std::string FileName; + CppSharp::CppParser::AST::ASTContext* ASTContext; + int ToolSetToUse; std::string TargetTriple;