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:
f05b45f
)
Add missing include.
author
Benjamin Kramer
<benny.kra@googlemail.com>
Mon, 3 Mar 2014 20:06:13 +0000
(20:06 +0000)
committer
Benjamin Kramer
<benny.kra@googlemail.com>
Mon, 3 Mar 2014 20:06:13 +0000
(20:06 +0000)
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
include/llvm/Support/FileSystem.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/FileSystem.h
b/include/llvm/Support/FileSystem.h
index c0b2d551d339fc6b51a9c689a520e8f5b9618c5a..b57a8b07a32463c90c9725b531217b85360b8a02 100644
(file)
--- 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