aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bytecode/WriteBytecodePass.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Bytecode/WriteBytecodePass.h')
-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