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
This commit is contained in:
Chandler Carruth 2012-03-02 09:46:02 +00:00
parent 4d628e200f
commit 88c48fae69

View 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