projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d628e2
)
Add a header that was technically missing to see if this gets the
author
Chandler Carruth
<chandlerc@gmail.com>
Fri, 2 Mar 2012 09:46:02 +0000
(09:46 +0000)
committer
Chandler 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
patch
|
blob
|
history
diff --git
a/include/llvm/Support/type_traits.h
b/include/llvm/Support/type_traits.h
index f488a29c7af4d7dee690d0efff8460574c0128db..a10d83ca5e0e217f89ee870a92c41188eeff3cc4 100644
(file)
--- 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