Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 368c7cb

Browse files
committed
Fix the Windows build, include <tuple> for std::tie
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253698 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 73a482f commit 368c7cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ProfileData/InstrProfWriter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include "llvm/ADT/StringExtras.h"
1717
#include "llvm/Support/EndianStream.h"
1818
#include "llvm/Support/OnDiskHashTable.h"
19+
#include <tuple>
1920

2021
using namespace llvm;
2122

0 commit comments

Comments
 (0)