From: Chandler Carruth Date: Sat, 5 Jan 2013 08:19:20 +0000 (+0000) Subject: While the struct being defined in the AddressingMode.h header was X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ba7a4e69e8d45f63119abc69375f25124cc68535;p=oota-llvm.git While the struct being defined in the AddressingMode.h header was unused, there were transitive includes needed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171613 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/TargetTransformInfo.h b/include/llvm/TargetTransformInfo.h index eb29471721a..ba596e7342b 100644 --- a/include/llvm/TargetTransformInfo.h +++ b/include/llvm/TargetTransformInfo.h @@ -23,6 +23,7 @@ #define LLVM_TRANSFORMS_TARGET_TRANSFORM_INTERFACE #include "llvm/IR/Intrinsics.h" +#include "llvm/IR/GlobalValue.h" #include "llvm/IR/Type.h" #include "llvm/Pass.h" #include "llvm/Support/DataTypes.h"