aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Greene <greened@obbligato.org>2009-08-19 21:59:18 +0000
committerDavid Greene <greened@obbligato.org>2009-08-19 21:59:18 +0000
commiteea1f4cdb7e2ba6d5d07a6b5f11fce215064cc8c (patch)
treeddb0946429334060d6824817eb6a6ed4f2b79795
parentfc4da0cea8a0f6c9c1483b92c2dffda217c0ba24 (diff)
downloadexternal_llvm-eea1f4cdb7e2ba6d5d07a6b5f11fce215064cc8c.zip
external_llvm-eea1f4cdb7e2ba6d5d07a6b5f11fce215064cc8c.tar.gz
external_llvm-eea1f4cdb7e2ba6d5d07a6b5f11fce215064cc8c.tar.bz2
Add missing includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79475 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfPrinter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp b/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp
index 955c073..cc05b53 100644
--- a/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp
+++ b/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp
@@ -15,6 +15,7 @@
#include "llvm/Module.h"
#include "llvm/CodeGen/AsmPrinter.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
+#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/Support/Dwarf.h"
#include "llvm/Support/ErrorHandling.h"