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:
9f1da84
)
Include llvm/Config/config.h in FileSystem.h as it depends upon HAVE_SYS_STAT_H which...
author
Yaron Keren
<yaron.keren@gmail.com>
Wed, 21 Oct 2015 18:28:35 +0000
(18:28 +0000)
committer
Yaron Keren
<yaron.keren@gmail.com>
Wed, 21 Oct 2015 18:28:35 +0000
(18:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250923
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 84d7e85b381394f48a23bcf8c278faf176c07271..0f09808e6fabf0e632411410f54500528bf30e49 100644
(file)
--- a/
include/llvm/Support/FileSystem.h
+++ b/
include/llvm/Support/FileSystem.h
@@
-30,6
+30,7
@@
#include "llvm/ADT/IntrusiveRefCntPtr.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/Twine.h"
+#include "llvm/Config/config.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/TimeValue.h"