Add a header that was technically missing to see if this gets the

offsetof buildbot errors to go away...

llvm-svn: 151884
This commit is contained in:
Chandler Carruth 2012-03-02 09:46:02 +00:00
parent 8ef1184049
commit a2eeeeaa5a

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