Missing include <vector> in forward declarations #15
Labels
available on master
Fix is done on master branch, issue closed on next release
bug
Something isn't working
Milestone
Seems like std::vector is being used but not included. This is with forward declaration by including ghc/fs_std_fwd.hpp and happens only on Windows.
Check in ghc/filesystem.hpp:1009
Solved by adding #include just before #endif // GHC_EXPAND_IMPL
The text was updated successfully, but these errors were encountered: