summaryrefslogtreecommitdiff
path: root/tools/llvm-as
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-07-04 12:20:55 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-07-04 12:20:55 +0000
commit86f42bdad93677fa0ca33b27afb0f493028376cb (patch)
tree0ab8d257cc81ea84ffe9a5c82fca813d1d71e7aa /tools/llvm-as
parent954da37bb492b519f5c31dc360f2a142567e08b4 (diff)
downloadllvm-86f42bdad93677fa0ca33b27afb0f493028376cb.tar.gz
llvm-86f42bdad93677fa0ca33b27afb0f493028376cb.tar.bz2
llvm-86f42bdad93677fa0ca33b27afb0f493028376cb.tar.xz
Add #include <iostream> since Value.h does not include it any more.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14623 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-as')
-rw-r--r--tools/llvm-as/llvm-as.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvm-as/llvm-as.cpp b/tools/llvm-as/llvm-as.cpp
index 9e9290d2cc..eaa5a09c51 100644
--- a/tools/llvm-as/llvm-as.cpp
+++ b/tools/llvm-as/llvm-as.cpp
@@ -22,6 +22,7 @@
#include "Support/CommandLine.h"
#include "llvm/System/Signals.h"
#include <fstream>
+#include <iostream>
#include <memory>
using namespace llvm;