Skip to content

Commit

Permalink
Added missing header for better VS2019 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
gulrak committed May 15, 2019
1 parent 91e02dc commit 61182d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/ghc/filesystem.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@
#include <stdexcept>
#include <string>
#include <system_error>
#ifdef GHC_OS_WINDOWS
#include <vector>
#endif
#endif // GHC_EXPAND_IMPL

//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Expand Down

0 comments on commit 61182d0

Please sign in to comment.