summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-as/llvm-as.cpp
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
commitf0ebb25d2b8a6a4e7d951871e308003d99c09476 (patch)
tree38e6f64b3e0f1668c5237ca734598600f1f8218d /llvm/tools/llvm-as/llvm-as.cpp
parenteb04d9bcb4fd0007e5a2d0fa798f5e657dccb0d4 (diff)
downloadbcm5719-llvm-f0ebb25d2b8a6a4e7d951871e308003d99c09476.tar.gz
bcm5719-llvm-f0ebb25d2b8a6a4e7d951871e308003d99c09476.zip
Add #include <iostream> since Value.h does not include it any more.
llvm-svn: 14623
Diffstat (limited to 'llvm/tools/llvm-as/llvm-as.cpp')
-rw-r--r--llvm/tools/llvm-as/llvm-as.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvm-as/llvm-as.cpp b/llvm/tools/llvm-as/llvm-as.cpp
index 9e9290d2ccb..eaa5a09c511 100644
--- a/llvm/tools/llvm-as/llvm-as.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud