================ @@ -14,6 +14,7 @@ #ifndef LLVM_TEXTAPI_RECORD_H #define LLVM_TEXTAPI_RECORD_H +#include "llvm/ADT/MapVector.h" ---------------- ributzka wrote: Is this include needed in the header file? https://github.com/llvm/llvm-project/pull/75007