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 <vector> just before #endif // GHC_EXPAND_IMPL
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