commit | a7ba90e672de8ac83c09f6c844947272ac81e4a9 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Aug 12 02:44:23 2004 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Aug 12 02:44:23 2004 +0000 |
tree | 3bcb8fce03ae93c73ad2f69373bd3ce2d9a451c9 | |
parent | af32dfa0f4b665e3fe629a285aa28368ef80bafb [diff] [blame] |
Hrm, this pass didn't compile. This bugfix should go into 1.3! llvm-svn: 15676
diff --git a/llvm/lib/Transforms/Hello/Hello.cpp b/llvm/lib/Transforms/Hello/Hello.cpp index b626211..36a60fa 100644 --- a/llvm/lib/Transforms/Hello/Hello.cpp +++ b/llvm/lib/Transforms/Hello/Hello.cpp
@@ -14,6 +14,7 @@ #include "llvm/Pass.h" #include "llvm/Function.h" +#include <iostream> using namespace llvm; namespace {