commit | 71ecd67b5d87207fca79d120dbf1feae157ddc47 | [log] [tgz] |
---|---|---|
author | Duncan Sands <baldrick@free.fr> | Fri Nov 28 10:20:03 2008 +0000 |
committer | Duncan Sands <baldrick@free.fr> | Fri Nov 28 10:20:03 2008 +0000 |
tree | 68e2cf61503b8e72de9a9c2b8994b4cc9a34f2e4 | |
parent | 595a4423dc09a3411335bd559eb959dc3928413d [diff] [blame] |
Add include files needed when building with gcc 4.4 (due to use of sprintf). llvm-svn: 60209
diff --git a/llvm/lib/Target/PIC16/PIC16ISelLowering.cpp b/llvm/lib/Target/PIC16/PIC16ISelLowering.cpp index 42787f3..8a5fdb2 100644 --- a/llvm/lib/Target/PIC16/PIC16ISelLowering.cpp +++ b/llvm/lib/Target/PIC16/PIC16ISelLowering.cpp
@@ -21,6 +21,7 @@ #include "llvm/Function.h" #include "llvm/CodeGen/MachineFrameInfo.h" #include "llvm/CodeGen/MachineFunction.h" +#include <cstdio> using namespace llvm;