Commit f6df06ee by Greg Hartman

Pull in a #include to get std::size_t for Android GCE K

Change-Id: Ia2e2550fd333a3fd221ff4f8a5f46c215ca66be3 Reviewed-on: https://swiftshader-review.googlesource.com/2690Reviewed-by: 's avatarNicolas Capens <capn@google.com> Tested-by: 's avatarGreg Hartman <ghartman@google.com>
parent 271c511e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment