summaryrefslogtreecommitdiff
path: root/include/llvm/Assembly/PrintModulePass.h
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-07-04 10:58:20 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-07-04 10:58:20 +0000
commit2d59de545ac87a1f7e8646b9e5636ec1d1b2a5ff (patch)
tree09ea41cffff1fce937f51e37438505ccf51cf32d /include/llvm/Assembly/PrintModulePass.h
parentda8440a6aeba3705095ebd919eea08fb2c462e67 (diff)
downloadllvm-2d59de545ac87a1f7e8646b9e5636ec1d1b2a5ff.tar.gz
llvm-2d59de545ac87a1f7e8646b9e5636ec1d1b2a5ff.tar.bz2
llvm-2d59de545ac87a1f7e8646b9e5636ec1d1b2a5ff.tar.xz
Added #include <iostream> since this header is no longer picked up from
the Value.h header. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14597 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Assembly/PrintModulePass.h')
-rw-r--r--include/llvm/Assembly/PrintModulePass.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Assembly/PrintModulePass.h b/include/llvm/Assembly/PrintModulePass.h
index 28100805a7..fc7e6f48a5 100644
--- a/include/llvm/Assembly/PrintModulePass.h
+++ b/include/llvm/Assembly/PrintModulePass.h
@@ -20,6 +20,7 @@
#include "llvm/Pass.h"
#include "llvm/Module.h"
+#include <iostream>
namespace llvm {