Skip to content

Commit

Permalink
Include llvm/Config/config.h in FileSystem.h as it depends upon HAVE_…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
yrnkrn committed Oct 21, 2015
1 parent 9f1da84 commit a41a157
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/llvm/Support/FileSystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a41a157

Please sign in to comment.