commit | e4d110be70089f68f0e70e6ce0637323ad77eaf5 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Aug 22 20:56:12 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Aug 22 20:56:12 2009 +0000 |
tree | 8ae272bc9790c58db21d7d81049bdc5017151f44 | |
parent | c75e7d2a06205f6c9870624eb5e8174a2b7b1bdd [diff] [blame] |
revert 79764, my dependencies failed me again. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79767 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PIC16/PIC16DebugInfo.cpp b/lib/Target/PIC16/PIC16DebugInfo.cpp index 460be58..75c9556 100644 --- a/lib/Target/PIC16/PIC16DebugInfo.cpp +++ b/lib/Target/PIC16/PIC16DebugInfo.cpp
@@ -15,6 +15,7 @@ #include "PIC16DebugInfo.h" #include "llvm/GlobalVariable.h" #include "llvm/CodeGen/MachineFunction.h" +#include "llvm/MC/MCAsmInfo.h" #include "llvm/Support/DebugLoc.h" #include "llvm/Support/FormattedStream.h" #include "llvm/ADT/SmallString.h"