Skip to content

Commit

Permalink
Add missing include.
Browse files Browse the repository at this point in the history
libstdc++ and libc++ pulled this in transitively so I didn't notice.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202753 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
d0k committed Mar 3, 2014
1 parent f05b45f commit a2e96a9
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 @@ -39,6 +39,7 @@
#include <iterator>
#include <stack>
#include <string>
#include <tuple>
#include <vector>

#ifdef HAVE_SYS_STAT_H
Expand Down

0 comments on commit a2e96a9

Please sign in to comment.