summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexey Samsonov <vonosmas@gmail.com>2014-06-24 05:59:52 +0000
committerAlexey Samsonov <vonosmas@gmail.com>2014-06-24 05:59:52 +0000
commit877ef747d86161af3d36c2864e0ae0b9b5be0441 (patch)
tree2044ee56d6efe5923abf3abc74de201560f92151 /include
parent8c0787e83a13a374d9110996b8c8d1bf6faee16d (diff)
downloadllvm-877ef747d86161af3d36c2864e0ae0b9b5be0441.tar.gz
llvm-877ef747d86161af3d36c2864e0ae0b9b5be0441.tar.bz2
llvm-877ef747d86161af3d36c2864e0ae0b9b5be0441.tar.xz
Include <tuple> for std::tie
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211569 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/ScaledNumber.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/ScaledNumber.h b/include/llvm/Support/ScaledNumber.h
index c0818d9bf6..2bd7e741dd 100644
--- 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 {