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

lib/CodeGen/AsmPrinter/DwarfException.cpp

index aacb33b28f91c3a9984078c2edd4b1d6abdc5994..829879bc2b32085813d2b42d505281d8e64158e9 100644 (file)
@@ -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"