diff options
author | David Greene <greened@obbligato.org> | 2009-08-19 21:55:33 +0000 |
---|---|---|
committer | David Greene <greened@obbligato.org> | 2009-08-19 21:55:33 +0000 |
commit | fc4da0cea8a0f6c9c1483b92c2dffda217c0ba24 (patch) | |
tree | b64e8f8ce8a1e0021f29bf5ffb9b4a9544be7c5f /lib/CodeGen/AsmPrinter/DwarfException.cpp | |
parent | b2c66fc322f62779f08e83e5253f383ae219bf78 (diff) |
Add missing includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79474 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfException.cpp')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfException.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfException.cpp b/lib/CodeGen/AsmPrinter/DwarfException.cpp index aacb33b28f..829879bc2b 100644 --- a/lib/CodeGen/AsmPrinter/DwarfException.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfException.cpp @@ -15,6 +15,7 @@ #include "llvm/Module.h" #include "llvm/CodeGen/MachineModuleInfo.h" #include "llvm/CodeGen/MachineFrameInfo.h" +#include "llvm/CodeGen/MachineFunction.h" #include "llvm/CodeGen/MachineLocation.h" #include "llvm/MC/MCStreamer.h" #include "llvm/Target/TargetAsmInfo.h" |