From 3f57ef3ebe7d779fe1b0e86ad23a95f0f804a81c Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Mon, 30 Jan 2017 16:00:57 +0000 Subject: [PATCH] [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 --- include/clang/AST/ASTVector.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0