Add a header that was technically missing to see if this gets the
authorChandler Carruth <chandlerc@gmail.com>
Fri, 2 Mar 2012 09:46:02 +0000 (09:46 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 2 Mar 2012 09:46:02 +0000 (09:46 +0000)
offsetof buildbot errors to go away...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151884 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/type_traits.h

index f488a29c7af4d7dee690d0efff8460574c0128db..a10d83ca5e0e217f89ee870a92c41188eeff3cc4 100644 (file)
@@ -18,6 +18,7 @@
 #define LLVM_SUPPORT_TYPE_TRAITS_H
 
 #include "llvm/Support/DataTypes.h"
+#include <cstddef>
 #include <utility>
 
 // This is actually the conforming implementation which works with abstract