summaryrefslogtreecommitdiff
path: root/include/llvm
diff options
context:
space:
mode:
authorAnand Shukla <ashukla@cs.uiuc.edu>2002-06-25 22:04:00 +0000
committerAnand Shukla <ashukla@cs.uiuc.edu>2002-06-25 22:04:00 +0000
commit60a786e9e971f883d3c292670b21c9f4a7d7adc8 (patch)
treef5c55ebc13034e7254662c574bfb1c2ed9abca44 /include/llvm
parentcf17bcc7e73cf9dc1c8c74dae50a6694fb124f0f (diff)
downloadllvm-60a786e9e971f883d3c292670b21c9f4a7d7adc8.tar.gz
llvm-60a786e9e971f883d3c292670b21c9f4a7d7adc8.tar.bz2
llvm-60a786e9e971f883d3c292670b21c9f4a7d7adc8.tar.xz
added include<iostream> for cerr
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2800 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/Bytecode/WriteBytecodePass.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Bytecode/WriteBytecodePass.h b/include/llvm/Bytecode/WriteBytecodePass.h
index 3e6d7fef71..ffb0e9af3c 100644
--- a/include/llvm/Bytecode/WriteBytecodePass.h
+++ b/include/llvm/Bytecode/WriteBytecodePass.h
@@ -10,6 +10,7 @@
#include "llvm/Pass.h"
#include "llvm/Bytecode/Writer.h"
+#include <iostream>
class WriteBytecodePass : public Pass {
std::ostream *Out; // ostream to print on