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;


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to