зеркало из https://github.com/microsoft/clang-1.git
include/clang/AST/StmtIterator.h: std::pair should be provided by <utility>. libcxx needs it.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130183 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
ad27eeaf03
Коммит
7a3a8148ab
|
@ -18,6 +18,7 @@
|
|||
#include <cassert>
|
||||
#include <cstddef>
|
||||
#include <iterator>
|
||||
#include <utility>
|
||||
|
||||
namespace clang {
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче