From: Craig Topper Date: Sun, 16 Sep 2012 21:56:23 +0000 (+0000) Subject: Add include of Compiler.h to fix build bot failures. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3fee0fe51710893b70f3c3fbf49d068f77b1675a;p=oota-llvm.git Add include of Compiler.h to fix build bot failures. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164009 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/DerivedTypes.h b/include/llvm/DerivedTypes.h index 8938dbfcd15..9a723084a6c 100644 --- a/include/llvm/DerivedTypes.h +++ b/include/llvm/DerivedTypes.h @@ -19,6 +19,7 @@ #define LLVM_DERIVED_TYPES_H #include "llvm/Type.h" +#include "llvm/Support/Compiler.h" #include "llvm/Support/DataTypes.h" namespace llvm {