From b6c190da23129860e14cbcfe582a875d693c7219 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 12 Apr 2019 06:16:33 +0000 Subject: Include what's used in a few cpp files - these were getting transitive includes from MCDwarf.h. llvm-svn: 358254 --- llvm/lib/CodeGen/MachineOperand.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/CodeGen/MachineOperand.cpp') diff --git a/llvm/lib/CodeGen/MachineOperand.cpp b/llvm/lib/CodeGen/MachineOperand.cpp index 3ff7a3c252a..80011d48aed 100644 --- a/llvm/lib/CodeGen/MachineOperand.cpp +++ b/llvm/lib/CodeGen/MachineOperand.cpp @@ -24,6 +24,7 @@ #include "llvm/IR/Constants.h" #include "llvm/IR/IRPrintingPasses.h" #include "llvm/IR/ModuleSlotTracker.h" +#include "llvm/MC/MCDwarf.h" #include "llvm/Target/TargetIntrinsicInfo.h" #include "llvm/Target/TargetMachine.h" -- cgit v1.2.3