From: Yaron Keren Date: Wed, 21 Oct 2015 18:28:35 +0000 (+0000) Subject: Include llvm/Config/config.h in FileSystem.h as it depends upon HAVE_SYS_STAT_H which... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a41a157f2118a17eaa99d7313a9c9c24ce72f3f5;p=oota-llvm.git Include llvm/Config/config.h in FileSystem.h as it depends upon HAVE_SYS_STAT_H which is defined (or not) in config.h. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250923 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/FileSystem.h b/include/llvm/Support/FileSystem.h index 84d7e85b381..0f09808e6fa 100644 --- 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"