diff options
Diffstat (limited to 'include/clang/AST/ExprObjC.h')
-rw-r--r-- | include/clang/AST/ExprObjC.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/ExprObjC.h b/include/clang/AST/ExprObjC.h index 889b7c86b2..c572f5b56b 100644 --- a/include/clang/AST/ExprObjC.h +++ b/include/clang/AST/ExprObjC.h @@ -15,10 +15,10 @@ #define LLVM_CLANG_AST_EXPROBJC_H #include "clang/AST/Expr.h" +#include "clang/Basic/IdentifierTable.h" namespace clang { class IdentifierInfo; - class Selector; class ASTContext; /// ObjCStringLiteral, used for Objective-C string literals |