Fix implicit include dependencies on SmallVector.h.
Both `AArch64TargetParser.h` and `ARMTargetParser.h` refer to `SmallVectorImpl` without directly including the header that defines it, which works fine until nothing else happens to include it anyway.
Loading
Please sign in to comment