Add missing includes.
authorDavid Greene <greened@obbligato.org>
Wed, 19 Aug 2009 21:59:18 +0000 (21:59 +0000)
committerDavid Greene <greened@obbligato.org>
Wed, 19 Aug 2009 21:59:18 +0000 (21:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79475 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfPrinter.cpp

index 955c073d7163d07c92f32ae380d2962e704060f3..cc05b53626a9c643ab46c9fa02b35dbe92332da9 100644 (file)
@@ -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"