1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

Fix the Windows build, include <tuple> for std::tie

llvm-svn: 253698
This commit is contained in:
Reid Kleckner 2015-11-20 19:29:40 +00:00
parent a99f5d534e
commit 0be26818fa

View File

@ -16,6 +16,7 @@
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/EndianStream.h"
#include "llvm/Support/OnDiskHashTable.h"
#include <tuple>
using namespace llvm;