aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/ELFWriter.cpp
diff options
context:
space:
mode:
authorDuraid Madina <duraid@octopus.com.au>2005-12-28 06:29:02 +0000
committerDuraid Madina <duraid@octopus.com.au>2005-12-28 06:29:02 +0000
commit2e096c1cbf83c3d6405f74481cb7880ba02cf092 (patch)
tree303a7c69ad1a8073825a2dd8ea51f49077540faf /lib/CodeGen/ELFWriter.cpp
parentd8852512160395889124b1ec5c01565cada0a15b (diff)
downloadexternal_llvm-2e096c1cbf83c3d6405f74481cb7880ba02cf092.zip
external_llvm-2e096c1cbf83c3d6405f74481cb7880ba02cf092.tar.gz
external_llvm-2e096c1cbf83c3d6405f74481cb7880ba02cf092.tar.bz2
add these so I can be less naughty
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25034 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/ELFWriter.cpp')
-rw-r--r--lib/CodeGen/ELFWriter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/ELFWriter.cpp b/lib/CodeGen/ELFWriter.cpp
index b58fc1f..c0b2cdf 100644
--- a/lib/CodeGen/ELFWriter.cpp
+++ b/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;
//===----------------------------------------------------------------------===//