diff options
author | Yaron Keren <yaron.keren@gmail.com> | 2015-10-21 18:28:35 +0000 |
---|---|---|
committer | Yaron Keren <yaron.keren@gmail.com> | 2015-10-21 18:28:35 +0000 |
commit | 1a3c0f77df8baa724135777fe6b1115cca96dbd8 (patch) | |
tree | fba2721309ff5525617589d170e8c20a0aa9c666 | |
parent | dc3b67b4cad5c18a687edfabd50779c3c656c620 (diff) | |
download | bcm5719-llvm-1a3c0f77df8baa724135777fe6b1115cca96dbd8.tar.gz bcm5719-llvm-1a3c0f77df8baa724135777fe6b1115cca96dbd8.zip |
Include llvm/Config/config.h in FileSystem.h as it depends upon HAVE_SYS_STAT_H which is defined (or not) in config.h.
llvm-svn: 250923
-rw-r--r-- | llvm/include/llvm/Support/FileSystem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/Support/FileSystem.h b/llvm/include/llvm/Support/FileSystem.h index 84d7e85b381..0f09808e6fa 100644 --- a/llvm/include/llvm/Support/FileSystem.h +++ b/llvm/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" |