Include llvm/Config/config.h in FileSystem.h as it depends upon HAVE_SYS_STAT_H which...
authorYaron Keren <yaron.keren@gmail.com>
Wed, 21 Oct 2015 18:28:35 +0000 (18:28 +0000)
committerYaron 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

index 84d7e85b381394f48a23bcf8c278faf176c07271..0f09808e6fabf0e632411410f54500528bf30e49 100644 (file)
@@ -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"