Added #include <iostream> since this header is no longer picked up from
authorReid Spencer <rspencer@reidspencer.com>
Sun, 4 Jul 2004 10:58:20 +0000 (10:58 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 4 Jul 2004 10:58:20 +0000 (10:58 +0000)
the Value.h header.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14597 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Assembly/PrintModulePass.h

index 28100805a7b3bb89a41043b82d17cb0775409f51..fc7e6f48a5740015ea0361b4ddf4db84cccfd61b 100644 (file)
@@ -20,6 +20,7 @@
 
 #include "llvm/Pass.h"
 #include "llvm/Module.h"
+#include <iostream>
 
 namespace llvm {