diff options
Diffstat (limited to 'include/clang/AST/RecordLayout.h')
-rw-r--r-- | include/clang/AST/RecordLayout.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/clang/AST/RecordLayout.h b/include/clang/AST/RecordLayout.h index 5f318ba0b33bd..9b1c640a40b24 100644 --- a/include/clang/AST/RecordLayout.h +++ b/include/clang/AST/RecordLayout.h @@ -15,6 +15,8 @@ #define LLVM_CLANG_AST_LAYOUTINFO_H #include "llvm/System/DataTypes.h" +#include "llvm/ADT/DenseMap.h" +#include "clang/AST/DeclCXX.h" namespace clang { class ASTContext; |