summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2014-03-03 20:06:13 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2014-03-03 20:06:13 +0000
commita2e96a968df003ec6c0b6e467220774980f7c8b1 (patch)
treed0bd7adc81feffebdc21ab97c57c0a242955b4e8
parentf05b45fdb2d04db7bc1cde4529ebe0afdb9be148 (diff)
downloadllvm-a2e96a968df003ec6c0b6e467220774980f7c8b1.tar.gz
llvm-a2e96a968df003ec6c0b6e467220774980f7c8b1.tar.bz2
llvm-a2e96a968df003ec6c0b6e467220774980f7c8b1.tar.xz
Add missing include.
libstdc++ and libc++ pulled this in transitively so I didn't notice. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202753 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Support/FileSystem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/FileSystem.h b/include/llvm/Support/FileSystem.h
index c0b2d551d3..b57a8b07a3 100644
--- a/include/llvm/Support/FileSystem.h
+++ b/include/llvm/Support/FileSystem.h
@@ -39,6 +39,7 @@
#include <iterator>
#include <stack>
#include <string>
+#include <tuple>
#include <vector>
#ifdef HAVE_SYS_STAT_H