From: Chandler Carruth Date: Fri, 2 Mar 2012 09:46:02 +0000 (+0000) Subject: Add a header that was technically missing to see if this gets the X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=88c48fae6956f17273704da53a2b3ab2981529c1;p=oota-llvm.git Add a header that was technically missing to see if this gets the offsetof buildbot errors to go away... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151884 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/type_traits.h b/include/llvm/Support/type_traits.h index f488a29c7af..a10d83ca5e0 100644 --- a/include/llvm/Support/type_traits.h +++ b/include/llvm/Support/type_traits.h @@ -18,6 +18,7 @@ #define LLVM_SUPPORT_TYPE_TRAITS_H #include "llvm/Support/DataTypes.h" +#include #include // This is actually the conforming implementation which works with abstract