================
@@ -44,6 +44,8 @@ struct ParseOptions {
bool ImportInsertions = false;
};
+class ModulesBuilder;
----------------
kadircet wrote:
again instead of forward decl, can you include the header?
https://github.com/llvm/llvm-project/pull/66462