Skip to content
Snippets Groups Projects
Commit 71ecd67b authored by Duncan Sands's avatar Duncan Sands
Browse files

Add include files needed when building with

gcc 4.4 (due to use of sprintf).

llvm-svn: 60209
parent 595a4423
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@
#include "llvm/Function.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include <cstdio>
using namespace llvm;
......
......@@ -20,6 +20,7 @@
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include <cstdio>
using namespace llvm;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment