commit | 181c7cbb033ebdc80c8c7d365950f7a0a9daf6c8 | [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 | f97ae6be182c6f279e6e6fbf62df467ca71af106 [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"