summaryrefslogtreecommitdiff
path: root/lib/Transforms/Hello
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-08-12 02:44:23 +0000
committerChris Lattner <sabre@nondot.org>2004-08-12 02:44:23 +0000
commita5de823844dc2194ea2fc69359ded9848d6cb6e5 (patch)
tree00bf04919b279d271957ba8879a6b3ab28fd3091 /lib/Transforms/Hello
parent891150f0b2a124a75c9f31516182ce864ae69ef8 (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')
-rw-r--r--lib/Transforms/Hello/Hello.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transforms/Hello/Hello.cpp b/lib/Transforms/Hello/Hello.cpp
index b6262118efa..36a60fa9d7c 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 {