commit | 26b037e762521eb66bdab811890f08cb7b4b42c0 | [log] [tgz] |
---|---|---|
author | Duraid Madina <duraid@octopus.com.au> | Wed Dec 28 06:29:02 2005 +0000 |
committer | Duraid Madina <duraid@octopus.com.au> | Wed Dec 28 06:29:02 2005 +0000 |
tree | 56793e82f826ab8c308bc1759fc4285fee470c7d | |
parent | f703b207cfc58d4bc46ad00926864305a01b9f3a [diff] [blame] |
add these so I can be less naughty llvm-svn: 25034
diff --git a/llvm/lib/CodeGen/ELFWriter.cpp b/llvm/lib/CodeGen/ELFWriter.cpp index b58fc1f..c0b2cdf 100644 --- a/llvm/lib/CodeGen/ELFWriter.cpp +++ b/llvm/lib/CodeGen/ELFWriter.cpp
@@ -37,6 +37,7 @@ #include "llvm/CodeGen/MachineConstantPool.h" #include "llvm/Target/TargetMachine.h" #include "llvm/Support/Mangler.h" +#include <iostream> using namespace llvm; //===----------------------------------------------------------------------===//