Commits

Saleem Abdulrasool committed 68dc37a80c2
ClangImporter: pull in a complete definition rather than forward declare The IntPtrPair will do a sizeof on the ClangModuleUnit, which requires a complete definition. Use the include rather than create a forward declaration.