commit | 4520dd2b7b20af07d5a3e4d06d964a532044eb10 | [log] [tgz] |
---|---|---|
author | Duncan Sands <baldrick@free.fr> | Wed Oct 08 07:23:46 2008 +0000 |
committer | Duncan Sands <baldrick@free.fr> | Wed Oct 08 07:23:46 2008 +0000 |
tree | 237fc9fb154988e2473633f1d78db88c6fed0164 | |
parent | 9fc4da40eff3995b4cfea4af598079435736f9ec [diff] [blame] |
Add <cstdio> include where needed by gcc-4.4. Patch by Samuel Tardieu. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57291 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PIC16/PIC16InstrInfo.cpp b/lib/Target/PIC16/PIC16InstrInfo.cpp index cc1cb88..96858e3 100644 --- a/lib/Target/PIC16/PIC16InstrInfo.cpp +++ b/lib/Target/PIC16/PIC16InstrInfo.cpp
@@ -18,6 +18,7 @@ #include "llvm/CodeGen/MachineFunction.h" #include "llvm/CodeGen/MachineInstrBuilder.h" #include "PIC16GenInstrInfo.inc" +#include <cstdio> using namespace llvm;