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
This commit is contained in:
Yaron Keren 2015-10-21 18:28:35 +00:00
parent dc3b67b4ca
commit 1a3c0f77df
1 changed files with 1 additions and 0 deletions

View 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"