From 3547371b0b2caf54ba542052f3eb9b39c63cb95e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 21 Jan 2010 21:20:51 +0000 Subject: [PATCH] unbreak the build, apparently without this transformutils starts depending on libipa? llvm-svn: 94102 --- lib/Transforms/Utils/ValueMapper.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Transforms/Utils/ValueMapper.cpp b/lib/Transforms/Utils/ValueMapper.cpp index 50e36d83216..399021ce6c0 100644 --- a/lib/Transforms/Utils/ValueMapper.cpp +++ b/lib/Transforms/Utils/ValueMapper.cpp @@ -13,6 +13,7 @@ //===----------------------------------------------------------------------===// #include "llvm/Transforms/Utils/ValueMapper.h" +#include "llvm/DerivedTypes.h" #include "llvm/Constants.h" #include "llvm/Function.h" #include "llvm/Metadata.h"