From 7a3a8148ab21dba3965622b03969bae721d561e2 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 26 Apr 2011 03:17:13 +0000 Subject: [PATCH] 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 --- include/clang/AST/StmtIterator.h | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.50.1