summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
diff options
context:
space:
mode:
authorDavid Greene <greened@obbligato.org>2009-08-19 21:55:33 +0000
committerDavid Greene <greened@obbligato.org>2009-08-19 21:55:33 +0000
commita5be1b174bfc1c424f59f2311733502fbd88b7ff (patch)
tree54fc1374e864e3914be5642512517f3c554c5660 /llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
parent829b3e8b14dc7238347aa684563915a2d3468f3b (diff)
downloadbcm5719-llvm-a5be1b174bfc1c424f59f2311733502fbd88b7ff.tar.gz
bcm5719-llvm-a5be1b174bfc1c424f59f2311733502fbd88b7ff.zip
Add missing includes.
llvm-svn: 79474
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
index aacb33b28f9..829879bc2b3 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
+++ b/llvm/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"
OpenPOWER on IntegriCloud