[NFCi] Fixing build failures on Windows due to std::tie used w/o proper include.
authorPuyan Lotfi <plotfi@fb.com>
Fri, 26 Jun 2020 23:30:25 +0000 (16:30 -0700)
committerPuyan Lotfi <plotfi@fb.com>
Fri, 26 Jun 2020 23:30:25 +0000 (16:30 -0700)
commitc918c1a91a03f612c1b1e81b82460fbf80fc592a
tree62454f5fbafea2a2d3b11ce7041517cc278aba31
parentb4180fe477bfe302778aaceee65faf69c5e7be76
[NFCi] Fixing build failures on Windows due to std::tie used w/o proper include.

From https://reviews.llvm.org/D81236 /
https://github.com/llvm/llvm-project/commit/55fe7b79bb7fab49af3720840224c0720bdb03c6

std::tie is used without including <tuple>. This patch includes <tuple>
so that some downstream Windows bots succesfully build.
llvm/include/llvm/PassAnalysisSupport.h