]> granicus.if.org Git - clang/commitdiff
add #include to make more self-contained.
authorChris Lattner <sabre@nondot.org>
Tue, 3 Feb 2009 07:20:54 +0000 (07:20 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 3 Feb 2009 07:20:54 +0000 (07:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63624 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Parse/Parser.h

index e2cac8dd90bc58e2e401dea4f6cdb527becf9a9a..d7c957fc47626cb4346d13ddad65ec0dc27dce12 100644 (file)
@@ -18,6 +18,7 @@
 #include "clang/Parse/Action.h"
 #include "clang/Parse/DeclSpec.h"
 #include <stack>
+#include <list>
 
 namespace clang {
   class AttributeList;