From: Benjamin Kramer Date: Mon, 30 Jan 2017 16:00:57 +0000 (+0000) Subject: [AST] Make header standalone. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f57ef3ebe7d779fe1b0e86ad23a95f0f804a81c;p=clang [AST] Make header standalone. Most implementations get ptrdiff_t transitively, some don't. Explicitly include cstddef. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@293488 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/ASTVector.h b/include/clang/AST/ASTVector.h index 9ae5fd62c6..717a9e9dff 100644 --- a/include/clang/AST/ASTVector.h +++ b/include/clang/AST/ASTVector.h @@ -22,6 +22,7 @@ #include "llvm/ADT/PointerIntPair.h" #include "llvm/Support/type_traits.h" #include +#include #include #include