From: Eric Fiselier Date: Wed, 4 Jul 2018 11:14:18 +0000 (+0000) Subject: Add missing include for size_t X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c09b7287e3768a54a51dd1d64bf949ba7e2e24e4;p=clang Add missing include for size_t git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336261 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/Stack.h b/include/clang/Basic/Stack.h index 9ed38a7991..15a37c6d59 100644 --- a/include/clang/Basic/Stack.h +++ b/include/clang/Basic/Stack.h @@ -15,6 +15,8 @@ #ifndef LLVM_CLANG_BASIC_STACK_H #define LLVM_CLANG_BASIC_STACK_H +#include + namespace clang { /// The amount of stack space that Clang would like to be provided with. /// If less than this much is available, we may be unable to reach our