From a7ba90e672de8ac83c09f6c844947272ac81e4a9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 12 Aug 2004 02:44:23 +0000 Subject: [PATCH] Hrm, this pass didn't compile. This bugfix should go into 1.3! llvm-svn: 15676 --- llvm/lib/Transforms/Hello/Hello.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/Transforms/Hello/Hello.cpp b/llvm/lib/Transforms/Hello/Hello.cpp index b6262118efa9..36a60fa9d7ca 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 using namespace llvm; namespace {