diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-22 20:56:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-22 20:56:12 +0000 |
commit | e4d110be70089f68f0e70e6ce0637323ad77eaf5 (patch) | |
tree | 8ae272bc9790c58db21d7d81049bdc5017151f44 /lib/Target/PIC16/PIC16DebugInfo.cpp | |
parent | c75e7d2a06205f6c9870624eb5e8174a2b7b1bdd (diff) |
revert 79764, my dependencies failed me again.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79767 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PIC16/PIC16DebugInfo.cpp')
-rw-r--r-- | lib/Target/PIC16/PIC16DebugInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/PIC16/PIC16DebugInfo.cpp b/lib/Target/PIC16/PIC16DebugInfo.cpp index 460be58992..75c9556340 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" |