[cfe-commits] r63624 - /cfe/trunk/include/clang/Parse/Parser.h

Chris Lattner sabre at nondot.org
Mon Feb 2 23:20:54 PST 2009


Author: lattner
Date: Tue Feb  3 01:20:54 2009
New Revision: 63624

URL: http://llvm.org/viewvc/llvm-project?rev=63624&view=rev
Log:
add #include to make more self-contained.

Modified:
    cfe/trunk/include/clang/Parse/Parser.h

Modified: cfe/trunk/include/clang/Parse/Parser.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Parse/Parser.h?rev=63624&r1=63623&r2=63624&view=diff

==============================================================================
--- cfe/trunk/include/clang/Parse/Parser.h (original)
+++ cfe/trunk/include/clang/Parse/Parser.h Tue Feb  3 01:20:54 2009
@@ -18,6 +18,7 @@
 #include "clang/Parse/Action.h"
 #include "clang/Parse/DeclSpec.h"
 #include <stack>
+#include <list>
 
 namespace clang {
   class AttributeList;





More information about the cfe-commits mailing list