Add a <tuple> include to more files that aren't getting it transitively on MSVC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207617 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Benjamin Kramer 2014-04-30 07:21:01 +00:00
parent 7ae9b5fc71
commit 28ea58283b
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@
#include "llvm/Support/raw_ostream.h"
#include <map>
#include <set>
#include <tuple>
using namespace llvm;
#define DEBUG_TYPE "deadargelim"

View File

@ -92,6 +92,7 @@
#include "llvm/Transforms/Utils/VectorUtils.h"
#include <algorithm>
#include <map>
#include <tuple>
using namespace llvm;
using namespace llvm::PatternMatch;