diff options
author | Duncan Sands <baldrick@free.fr> | 2008-11-28 10:20:03 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2008-11-28 10:20:03 +0000 |
commit | c6dbe7fbad79eddb030a4450a135d13e6b0ca942 (patch) | |
tree | ca67ac304f9fc4ac6449d5e45fd61e74c1d82e07 /lib/Target/PIC16/PIC16InstrInfo.cpp | |
parent | f9a67a894366482cb2aa70a0e4dfeb5d76f91988 (diff) |
Add include files needed when building with
gcc 4.4 (due to use of sprintf).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60209 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PIC16/PIC16InstrInfo.cpp')
-rw-r--r-- | lib/Target/PIC16/PIC16InstrInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/PIC16/PIC16InstrInfo.cpp b/lib/Target/PIC16/PIC16InstrInfo.cpp index 33cb297ca0..bce7d261ef 100644 --- a/lib/Target/PIC16/PIC16InstrInfo.cpp +++ b/lib/Target/PIC16/PIC16InstrInfo.cpp @@ -20,6 +20,7 @@ #include "llvm/CodeGen/MachineFunction.h" #include "llvm/CodeGen/MachineInstrBuilder.h" #include "llvm/CodeGen/MachineRegisterInfo.h" +#include <cstdio> using namespace llvm; |