commit | f6df06ee5ae5aaf2c7c6fe13d114a904673646dd | [log] [tgz] |
---|---|---|
author | Greg Hartman <ghartman@google.com> | Mon Mar 23 15:10:11 2015 -0700 |
committer | Greg Hartman <ghartman@google.com> | Tue Mar 24 17:09:26 2015 +0000 |
tree | a7d291b7d137afc78ace2a74ad1236a74880111d | |
parent | 271c511e108204404a39c78064ff1fb7536f1f5c [diff] |
Pull in a #include to get std::size_t for Android GCE K Change-Id: Ia2e2550fd333a3fd221ff4f8a5f46c215ca66be3 Reviewed-on: https://swiftshader-review.googlesource.com/2690 Reviewed-by: Nicolas Capens <capn@google.com> Tested-by: Greg Hartman <ghartman@google.com>
diff --git a/src/LLVM/include/llvm/Support/type_traits.h b/src/LLVM/include/llvm/Support/type_traits.h index 515295b..d069fbc 100644 --- a/src/LLVM/include/llvm/Support/type_traits.h +++ b/src/LLVM/include/llvm/Support/type_traits.h
@@ -17,6 +17,7 @@ #ifndef LLVM_SUPPORT_TYPE_TRAITS_H #define LLVM_SUPPORT_TYPE_TRAITS_H +#include <cstddef> #include <utility> // This is actually the conforming implementation which works with abstract