aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-03-02 09:46:02 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-03-02 09:46:02 +0000
commit88c48fae6956f17273704da53a2b3ab2981529c1 (patch)
treea50d2555ec434a050cd1e4d242b135bffa156d2e /include
parent4d628e200f7133e353c38806b57a229ef6ad2ab4 (diff)
downloadexternal_llvm-88c48fae6956f17273704da53a2b3ab2981529c1.zip
external_llvm-88c48fae6956f17273704da53a2b3ab2981529c1.tar.gz
external_llvm-88c48fae6956f17273704da53a2b3ab2981529c1.tar.bz2
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
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/type_traits.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/type_traits.h b/include/llvm/Support/type_traits.h
index f488a29..a10d83c 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 <cstddef>
#include <utility>
// This is actually the conforming implementation which works with abstract