diff options
author | Chris Lattner <sabre@nondot.org> | 2009-02-03 07:20:54 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-02-03 07:20:54 +0000 |
commit | 1100258c19dd8967ba078c0bc81fc06cea9d033f (patch) | |
tree | 5974f28bed2360fd14fffda9363f741cde69f604 | |
parent | 6bad2658b48264629db595f944a3fbe07f61b4e9 (diff) |
add #include to make more self-contained.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63624 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Parse/Parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <stack> +#include <list> namespace clang { class AttributeList; |