Hrm, this pass didn't compile. This bugfix should go into 1.3!
authorChris Lattner <sabre@nondot.org>
Thu, 12 Aug 2004 02:44:23 +0000 (02:44 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 12 Aug 2004 02:44:23 +0000 (02:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15676 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Hello/Hello.cpp

index b6262118efa9becc67edafcdbd479c30d662bd71..36a60fa9d7ca52f8a5b698771dccb938887e7678 100644 (file)
@@ -14,6 +14,7 @@
 
 #include "llvm/Pass.h"
 #include "llvm/Function.h"
+#include <iostream>
 using namespace llvm;
 
 namespace {