diff options
Diffstat (limited to 'include/clang/AST/ASTVector.h')
-rw-r--r-- | include/clang/AST/ASTVector.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/AST/ASTVector.h b/include/clang/AST/ASTVector.h index 91966520d8..13ac375022 100644 --- a/include/clang/AST/ASTVector.h +++ b/include/clang/AST/ASTVector.h @@ -18,6 +18,7 @@ #ifndef LLVM_CLANG_AST_VECTOR #define LLVM_CLANG_AST_VECTOR +#include "clang/AST/ASTContext.h" #include "llvm/Support/type_traits.h" #include "llvm/Support/Allocator.h" #include "llvm/ADT/PointerIntPair.h" |