]> granicus.if.org Git - clang/commitdiff
include/clang/AST/StmtIterator.h: std::pair should be provided by <utility>. libcxx...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 26 Apr 2011 03:17:13 +0000 (03:17 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 26 Apr 2011 03:17:13 +0000 (03:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130183 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/StmtIterator.h

index 851c001adc543459b16bc9eed51fc61055875e7c..05b50db7def7d45d8ce2be9cb32d9f6a0392cf57 100644 (file)
@@ -18,6 +18,7 @@
 #include <cassert>
 #include <cstddef>
 #include <iterator>
+#include <utility>
 
 namespace clang {