mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
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:
parent
7ae9b5fc71
commit
28ea58283b
@ -37,6 +37,7 @@
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <tuple>
|
||||
using namespace llvm;
|
||||
|
||||
#define DEBUG_TYPE "deadargelim"
|
||||
|
@ -92,6 +92,7 @@
|
||||
#include "llvm/Transforms/Utils/VectorUtils.h"
|
||||
#include <algorithm>
|
||||
#include <map>
|
||||
#include <tuple>
|
||||
|
||||
using namespace llvm;
|
||||
using namespace llvm::PatternMatch;
|
||||
|
Loading…
Reference in New Issue
Block a user