From a5de823844dc2194ea2fc69359ded9848d6cb6e5 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! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15676 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Hello/Hello.cpp | 1 + 1 file changed, 1 insertion(+) 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 using namespace llvm; namespace {