summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2014-06-27 18:38:12 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2014-06-27 18:38:12 +0000
commitf2925a140759893627dbf13082825bce4bb5a7f2 (patch)
tree0ad85772437fd7f72bca4141a12fdba364d24946 /lib
parent7a28de08f384702aa6b6fb7482a410754972d622 (diff)
downloadllvm-f2925a140759893627dbf13082825bce4bb5a7f2.tar.gz
llvm-f2925a140759893627dbf13082825bce4bb5a7f2.tar.bz2
llvm-f2925a140759893627dbf13082825bce4bb5a7f2.tar.xz
Include <tuple> to make buildbots happy
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211949 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Linker/LinkModules.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Linker/LinkModules.cpp b/lib/Linker/LinkModules.cpp
index eb73a49402..5bb2862cca 100644
--- a/lib/Linker/LinkModules.cpp
+++ b/lib/Linker/LinkModules.cpp
@@ -24,6 +24,7 @@
#include "llvm/Support/raw_ostream.h"
#include "llvm/Transforms/Utils/Cloning.h"
#include <cctype>
+#include <tuple>
using namespace llvm;