Index: include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h =================================================================== --- include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h +++ include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h @@ -12,6 +12,8 @@ #include "llvm/ADT/ArrayRef.h" #include "llvm/DebugInfo/CodeView/CodeView.h" +#include "llvm/DebugInfo/CodeView/CVRecord.h" +#include "llvm/DebugInfo/CodeView/TypeRecord.h" #include "llvm/Support/Error.h" namespace llvm { Index: include/llvm/ProfileData/ProfileCommon.h =================================================================== --- include/llvm/ProfileData/ProfileCommon.h +++ include/llvm/ProfileData/ProfileCommon.h @@ -23,6 +23,7 @@ #include "llvm/IR/ProfileSummary.h" #include "llvm/Support/Error.h" +#include "llvm/ADT/ArrayRef.h" namespace llvm { class Function;