diff options
author | Chris Lattner <sabre@nondot.org> | 2004-08-12 02:44:23 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-08-12 02:44:23 +0000 |
commit | a5de823844dc2194ea2fc69359ded9848d6cb6e5 (patch) | |
tree | 00bf04919b279d271957ba8879a6b3ab28fd3091 /lib/Transforms/Hello/Hello.cpp | |
parent | 891150f0b2a124a75c9f31516182ce864ae69ef8 (diff) |
Hrm, this pass didn't compile. This bugfix should go into 1.3!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15676 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Hello/Hello.cpp')
-rw-r--r-- | lib/Transforms/Hello/Hello.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transforms/Hello/Hello.cpp b/lib/Transforms/Hello/Hello.cpp index b6262118ef..36a60fa9d7 100644 --- a/lib/Transforms/Hello/Hello.cpp +++ b/lib/Transforms/Hello/Hello.cpp @@ -14,6 +14,7 @@ #include "llvm/Pass.h" #include "llvm/Function.h" +#include <iostream> using namespace llvm; namespace { |