diff options
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h | 1 | ||||
-rw-r--r-- | llvm/lib/Target/X86/X86SelectionDAGInfo.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h b/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h index b09708159a1..0e6ce73ae89 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h +++ b/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h @@ -16,6 +16,7 @@ #include "llvm/IR/DebugInfo.h" #include "llvm/MC/MCSymbol.h" #include "llvm/MC/MachineLocation.h" +#include "llvm/Support/Debug.h" namespace llvm { class AsmPrinter; diff --git a/llvm/lib/Target/X86/X86SelectionDAGInfo.h b/llvm/lib/Target/X86/X86SelectionDAGInfo.h index 5a5fd918481..828243c791b 100644 --- a/llvm/lib/Target/X86/X86SelectionDAGInfo.h +++ b/llvm/lib/Target/X86/X86SelectionDAGInfo.h @@ -15,6 +15,7 @@ #define LLVM_LIB_TARGET_X86_X86SELECTIONDAGINFO_H #include "llvm/CodeGen/SelectionDAGTargetInfo.h" +#include "llvm/MC/MCRegisterInfo.h" namespace llvm { |