From: Chris Lattner Date: Tue, 3 Feb 2009 07:20:54 +0000 (+0000) Subject: add #include to make more self-contained. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1100258c19dd8967ba078c0bc81fc06cea9d033f;p=clang add #include to make more self-contained. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63624 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Parse/Parser.h b/include/clang/Parse/Parser.h index e2cac8dd90..d7c957fc47 100644 --- a/include/clang/Parse/Parser.h +++ b/include/clang/Parse/Parser.h @@ -18,6 +18,7 @@ #include "clang/Parse/Action.h" #include "clang/Parse/DeclSpec.h" #include +#include namespace clang { class AttributeList;