diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-08-02 17:39:44 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-08-02 17:39:44 +0000 |
commit | 1abee64ad71519ea9d91f1fe76441b9cdb75b6c0 (patch) | |
tree | 46a108ef02e00202f21019f7f9af2e715b40f638 /lib/AST/ASTContext.cpp | |
parent | 5e601dcb398f8af5465d0d1a97a7fcf38d6932ec (diff) |
ASTContext.h: replace include by a forward declaration.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161186 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/ASTContext.cpp')
-rw-r--r-- | lib/AST/ASTContext.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/AST/ASTContext.cpp b/lib/AST/ASTContext.cpp index edcfe8ea7a..1c0c0c404d 100644 --- a/lib/AST/ASTContext.cpp +++ b/lib/AST/ASTContext.cpp @@ -13,6 +13,7 @@ #include "clang/AST/ASTContext.h" #include "clang/AST/CharUnits.h" +#include "clang/AST/Comment.h" #include "clang/AST/CommentLexer.h" #include "clang/AST/CommentSema.h" #include "clang/AST/CommentParser.h" |