From: NAKAMURA Takumi Date: Tue, 26 Apr 2011 03:17:13 +0000 (+0000) Subject: include/clang/AST/StmtIterator.h: std::pair should be provided by . libcxx... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a3a8148ab21dba3965622b03969bae721d561e2;p=clang include/clang/AST/StmtIterator.h: std::pair should be provided by . libcxx needs it. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130183 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/StmtIterator.h b/include/clang/AST/StmtIterator.h index 851c001adc..05b50db7de 100644 --- a/include/clang/AST/StmtIterator.h +++ b/include/clang/AST/StmtIterator.h @@ -18,6 +18,7 @@ #include #include #include +#include namespace clang {