On Jan 20, 2010, at 6:21 PM, Mike Stump wrote: > Author: mrs > Date: Wed Jan 20 20:21:40 2010 > New Revision: 94062 > > URL: http://llvm.org/viewvc/llvm-project?rev=94062&view=rev > Log: > Add infrastructure to add base initializers and member initializers to > the CFG. WIP.
Ok, > +++ cfe/trunk/include/clang/AST/Stmt.h Wed Jan 20 20:21:40 2010 > @@ -24,6 +24,7 @@ > #include "llvm/ADT/SmallVector.h" > #include "clang/AST/ASTContext.h" > #include <string> > +#include <iterator> > using llvm::dyn_cast_or_null; Is this #include really needed? -Chris _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
