projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73a482f
)
Fix the Windows build, include <tuple> for std::tie
author
Reid Kleckner
<rnk@google.com>
Fri, 20 Nov 2015 19:29:40 +0000
(19:29 +0000)
committer
Reid Kleckner
<rnk@google.com>
Fri, 20 Nov 2015 19:29:40 +0000
(19:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253698
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/ProfileData/InstrProfWriter.cpp
patch
|
blob
|
history
diff --git
a/lib/ProfileData/InstrProfWriter.cpp
b/lib/ProfileData/InstrProfWriter.cpp
index 465a4ea9e00a4dce0d1d9b753866555e2dd38468..9c4d311f47504890548139325891b2f32c63a0df 100644
(file)
--- a/
lib/ProfileData/InstrProfWriter.cpp
+++ b/
lib/ProfileData/InstrProfWriter.cpp
@@
-16,6
+16,7
@@
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/EndianStream.h"
#include "llvm/Support/OnDiskHashTable.h"
+#include <tuple>
using namespace llvm;