diff options
author | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-06-25 22:04:00 +0000 |
---|---|---|
committer | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-06-25 22:04:00 +0000 |
commit | 60a786e9e971f883d3c292670b21c9f4a7d7adc8 (patch) | |
tree | f5c55ebc13034e7254662c574bfb1c2ed9abca44 /include/llvm/Bytecode/WriteBytecodePass.h | |
parent | cf17bcc7e73cf9dc1c8c74dae50a6694fb124f0f (diff) |
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/Bytecode/WriteBytecodePass.h')
-rw-r--r-- | include/llvm/Bytecode/WriteBytecodePass.h | 1 |
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 |