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:
8c0787e
)
Include <tuple> for std::tie
author
Alexey Samsonov
<vonosmas@gmail.com>
Tue, 24 Jun 2014 05:59:52 +0000
(
05:59
+0000)
committer
Alexey Samsonov
<vonosmas@gmail.com>
Tue, 24 Jun 2014 05:59:52 +0000
(
05:59
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211569
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/ScaledNumber.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/ScaledNumber.h
b/include/llvm/Support/ScaledNumber.h
index c0818d9bf6dd5c9cddb4d51153f8b7775f7712dd..2bd7e741dd28070b44d4d1a113854d4eec854a0d 100644
(file)
--- a/
include/llvm/Support/ScaledNumber.h
+++ b/
include/llvm/Support/ScaledNumber.h
@@
-28,6
+28,7
@@
#include <cstdint>
#include <limits>
#include <string>
+#include <tuple>
#include <utility>
namespace llvm {